Skip to main content

PreApprovalTriggerDetails

Properties

NameTypeDescriptionNotes
CommentStringComment left for the pre-approval decision[optional]
ReviewerStringThe reviewer of the pre-approval decision[optional]
DecisionEnum [ "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

[Back to top]