Skip to main content

RequestedItemStatusPreApprovalTriggerDetails

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
$RequestedItemStatusPreApprovalTriggerDetails = Initialize-PSSailpoint.V2024RequestedItemStatusPreApprovalTriggerDetails  -Comment Access is Approved `
-Reviewer John Doe `
-Decision APPROVED
  • Convert the resource to JSON
$RequestedItemStatusPreApprovalTriggerDetails | ConvertTo-JSON

[Back to top]