mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-account-request-result | AccountRequestResult | AccountRequestResult | AccountRequestResult | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-request-result |
|
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-PSSailpoint.V2024AccountRequestResult -Errors null `
-Status failed `
-TicketId null
- Convert the resource to JSON
$AccountRequestResult | ConvertTo-JSON