AccountRequestResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Errors | []String | Error message. | [optional] |
| Status | String | The status of the account request | [optional] |
| TicketId | String | ID of associated ticket. | [optional] |
Examples
- Prepare the resource
$AccountRequestResult = Initialize-V2024AccountRequestResult -Errors null `
-Status failed `
-TicketId null
- Convert the resource to JSON
$AccountRequestResult | ConvertTo-JSON