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]