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