mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 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-pre-approval-trigger-details | PreApprovalTriggerDetails | PreApprovalTriggerDetails | PreApprovalTriggerDetails | powershellsdk |
|
/tools/sdk/powershell/v2025/models/pre-approval-trigger-details |
|
PreApprovalTriggerDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Comment | String | Comment left for the pre-approval decision | [optional] |
| Reviewer | String | The reviewer of the pre-approval decision | [optional] |
| Decision | Enum [ "APPROVED", "REJECTED" ] | The decision of the pre-approval trigger | [optional] |
Examples
- Prepare the resource
$PreApprovalTriggerDetails = Initialize-V2025PreApprovalTriggerDetails -Comment Access is Approved `
-Reviewer John Doe `
-Decision APPROVED
- Convert the resource to JSON
$PreApprovalTriggerDetails | ConvertTo-JSON