Identitysnapshotsummaryresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| snapshot | str | the 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'
)