AccountupdatedEvent
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "ACCOUNT_UPDATED_V2" ] | The type of event. | [required] |
| Cause | Enum [ "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