Skip to main content

AccountUpdatedEvent

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCOUNT_UPDATED_V2" ]The type of event.[required]
CauseEnum [ "AGGREGATION", "PROVISIONING", "PASSWORD_CHANGE" ]The cause of the event.[required]

Examples

  • Prepare the resource
$AccountUpdatedEvent = Initialize-AccountUpdatedEvent  -Type ACCOUNT_UPDATED_V2 `
-Cause AGGREGATION
  • Convert the resource to JSON
$AccountUpdatedEvent | ConvertTo-JSON

[Back to top]