mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-approval-info-response | ApprovalInfoResponse | ApprovalInfoResponse | ApprovalInfoResponse | powershellsdk |
|
/tools/sdk/powershell/beta/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.BetaApprovalInfoResponse -Id 8a80828f643d484f01643e14202e2000 `
-Name John Snow `
-Status Approved
- Convert the resource to JSON
$ApprovalInfoResponse | ConvertTo-JSON