--- id: beta-identity-snapshot-summary-response title: IdentitySnapshotSummaryResponse pagination_label: IdentitySnapshotSummaryResponse sidebar_label: IdentitySnapshotSummaryResponse sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'IdentitySnapshotSummaryResponse', 'BetaIdentitySnapshotSummaryResponse'] slug: /tools/sdk/python/beta/models/identity-snapshot-summary-response tags: ['SDK', 'Software Development Kit', 'IdentitySnapshotSummaryResponse', 'BetaIdentitySnapshotSummaryResponse'] --- # IdentitySnapshotSummaryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **snapshot** | **str** | the date when the identity record was created | [optional] } ## Example ```python from sailpoint.beta.models.identity_snapshot_summary_response import IdentitySnapshotSummaryResponse identity_snapshot_summary_response = IdentitySnapshotSummaryResponse( snapshot='2007-03-01T13:00:00.000Z' ) ``` [[Back to top]](#)