Skip to main content

IdentitySnapshotSummaryResponse

Properties

NameTypeDescriptionNotes
SnapshotStringthe 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]