mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-approval-info-response | ApprovalInfoResponse | ApprovalInfoResponse | ApprovalInfoResponse | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-info-response |
|
ApprovalInfoResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the id of approver | [optional] |
| Name | String | the name of approver | [optional] |
| Status | String | the status of the approval request | [optional] |
Examples
- Prepare the resource
$ApprovalInfoResponse = Initialize-PSSailpoint.V2025ApprovalInfoResponse -Id 8a80828f643d484f01643e14202e2000 `
-Name John Snow `
-Status Approved
- Convert the resource to JSON
$ApprovalInfoResponse | ConvertTo-JSON