Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/IdentitySnapshotSummaryResponse.md
2025-02-20 12:59:19 -05:00

1016 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-identity-snapshot-summary-response IdentitySnapshotSummaryResponse IdentitySnapshotSummaryResponse IdentitySnapshotSummaryResponse pythonsdk
python
Python
sdk
IdentitySnapshotSummaryResponse
V2024IdentitySnapshotSummaryResponse
/tools/sdk/python/v2024/models/identity-snapshot-summary-response
SDK
Software Development Kit
IdentitySnapshotSummaryResponse
V2024IdentitySnapshotSummaryResponse

IdentitySnapshotSummaryResponse

Properties

Name Type Description Notes
snapshot str the date when the identity record was created [optional]
}

Example

from sailpoint.v2024.models.identity_snapshot_summary_response import IdentitySnapshotSummaryResponse

identity_snapshot_summary_response = IdentitySnapshotSummaryResponse(
snapshot='2007-03-01T13:00:00.000Z'
)

[Back to top]