Skip to main content

AccountcreatedEvent

Properties

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

Examples

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

[Back to top]