Skip to main content

CertificationIdentitySummary

Properties

NameTypeDescriptionNotes
idstrThe ID of the identity summary[optional]
namestrName of the linked identity[optional]
identity_idstrThe ID of the identity being certified[optional]
completedboolIndicates whether the review items for the linked identity's certification have been completed[optional]
}

Example

from sailpoint.v2024.models.certification_identity_summary import CertificationIdentitySummary

certification_identity_summary = CertificationIdentitySummary(
id='2c91808772a504f50172a9540e501ba7',
name='Alison Ferguso',
identity_id='2c9180857182306001719937377a33de',
completed=True
)

[Back to top]