AccountdeletedEvent
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "ACCOUNT_DELETED_V2" ] | The type of event. | [required] |
| Cause | Enum [ "AGGREGATION", "PROVISIONING" ] | The cause of the event. | [required] |
Examples
- Prepare the resource
$AccountdeletedEvent = Initialize-AccountdeletedEvent -Type ACCOUNT_DELETED_V2 `
-Cause AGGREGATION
- Convert the resource to JSON
$AccountdeletedEvent | ConvertTo-JSON