mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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-info | AccountRequestInfo | AccountRequestInfo | AccountRequestInfo | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-request-info |
|
AccountRequestInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestedObjectId | String | Id of requested object | [optional] |
| RequestedObjectName | String | Human-readable name of requested object | [optional] |
| RequestedObjectType | RequestableObjectType | [optional] |
Examples
- Prepare the resource
$AccountRequestInfo = Initialize-PSSailpoint.V2024AccountRequestInfo -RequestedObjectId 2c91808563ef85690164001c31140c0c `
-RequestedObjectName Treasury Analyst `
-RequestedObjectType null
- Convert the resource to JSON
$AccountRequestInfo | ConvertTo-JSON