mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1001 B
1001 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account-request-result | AccountRequestResult | AccountRequestResult | AccountRequestResult | powershellsdk |
|
/tools/sdk/powershell/v3/models/account-request-result |
|
AccountRequestResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Errors | []String | [optional] | |
| Status | String | The status of the account request | [optional] |
| TicketId | String | [optional] |
Examples
- Prepare the resource
$AccountRequestResult = Initialize-PSSailpoint.V3AccountRequestResult -Errors null `
-Status failed `
-TicketId null
- Convert the resource to JSON
$AccountRequestResult | ConvertTo-JSON