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-PSSailpoint.BetaPreApprovalTriggerDetails -Comment Access is Approved `
-Reviewer John Doe `
-Decision APPROVED
- Convert the resource to JSON
$PreApprovalTriggerDetails | ConvertTo-JSON