AccountRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccountId | String | Unique ID of the account | [optional] |
| AttributeRequests | []AttributeRequest | [optional] | |
| Op | String | The operation that was performed | [optional] |
| ProvisioningTarget | AccountSource | [optional] | |
| Result | AccountRequestResult | [optional] | |
| Source | AccountSource | [optional] |
Examples
- Prepare the resource
$AccountRequest = Initialize-AccountRequest -AccountId John.Doe `
-AttributeRequests null `
-Op Modify `
-ProvisioningTarget null `
-Result null `
-Source null
- Convert the resource to JSON
$AccountRequest | ConvertTo-JSON