Skip to main content

AccountStatusChanged

Properties

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

Examples

  • Prepare the resource
$AccountStatusChanged = Initialize-BetaAccountStatusChanged  -EventType AccountStatusChanged `
-IdentityId 8a80828f643d484f01643e14202e206f `
-DateTime 2019-03-08T22:37:33.901Z `
-Account null `
-StatusChange null
  • Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON

[Back to top]