Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentitySnapshotSummaryResponse.md
2025-05-07 14:37:48 +00:00

1.0 KiB

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 powershellsdk
powershell
PowerShell
sdk
IdentitySnapshotSummaryResponse
V2024IdentitySnapshotSummaryResponse
/tools/sdk/powershell/v2024/models/identity-snapshot-summary-response
SDK
Software Development Kit
IdentitySnapshotSummaryResponse
V2024IdentitySnapshotSummaryResponse

IdentitySnapshotSummaryResponse

Properties

Name Type Description Notes
Snapshot String the date when the identity record was created [optional]

Examples

  • Prepare the resource
$IdentitySnapshotSummaryResponse = Initialize-V2024IdentitySnapshotSummaryResponse  -Snapshot 2007-03-01T13:00:00.000Z
  • Convert the resource to JSON
$IdentitySnapshotSummaryResponse | ConvertTo-JSON

[Back to top]