AccountCreated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarEvent | AccountCreatedEvent | [required] | |
| Source | AccountSourceReference | [required] | |
| Account | AccountV2 | [required] | |
| Identity | IdentityReference2 | [required] |
Examples
- Prepare the resource
$AccountCreated = Initialize-AccountCreated -VarEvent null `
-Source null `
-Account null `
-Identity null
- Convert the resource to JSON
$AccountCreated | ConvertTo-JSON