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