Skip to main content

CompletedApprovalPreApprovalTriggerResult

Properties

NameTypeDescriptionNotes
CommentStringThe comment from the trigger[optional]
DecisionCompletedApprovalState[optional]
ReviewerStringThe name of the approver[optional]
DateSystem.DateTimeThe date and time the trigger decided on the request[optional]

Examples

  • Prepare the resource
$CompletedApprovalPreApprovalTriggerResult = Initialize-PSSailpoint.V2024CompletedApprovalPreApprovalTriggerResult  -Comment This request was autoapproved by our automated ETS subscriber `
-Decision null `
-Reviewer Automated AR Approval `
-Date 2022-06-07T19:18:40.748Z
  • Convert the resource to JSON
$CompletedApprovalPreApprovalTriggerResult | ConvertTo-JSON

[Back to top]