Skip to main content

Identitysnapshotsummaryresponse

Properties

NameTypeDescriptionNotes
SnapshotStringthe date when the identity record was created[optional]

Examples

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

[Back to top]