Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentitySnapshotSummaryResponse.md
2025-02-03 22:09:17 +00:00

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

IdentitySnapshotSummaryResponse

Properties

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

Examples

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

[Back to top]