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