Skip to main content

Identitysnapshotsummaryresponse

Properties

NameTypeDescriptionNotes
snapshotstrthe date when the identity record was created[optional]
}

Example

from sailpoint.identity_history.models.identitysnapshotsummaryresponse import Identitysnapshotsummaryresponse

identitysnapshotsummaryresponse = Identitysnapshotsummaryresponse(
snapshot='2007-03-01T13:00:00.000Z'
)

[Back to top]