Skip to main content

AccountStatusChanged

Properties

NameTypeDescriptionNotes
EventTypeStringthe event type[optional]
IdentityIdStringthe identity id[optional]
DtStringthe date of event[optional]
AccountAccountStatusChangedAccount[optional]
StatusChangeAccountStatusChangedStatusChange[optional]

Examples

  • Prepare the resource
$AccountStatusChanged = Initialize-PSSailpoint.V2024AccountStatusChanged  -EventType null `
-IdentityId null `
-Dt null `
-Account null `
-StatusChange null
  • Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON

[Back to top]