Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CompletedApprovalPreApprovalTriggerResult.md
2025-05-07 14:37:48 +00:00

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-completed-approval-pre-approval-trigger-result CompletedApprovalPreApprovalTriggerResult CompletedApprovalPreApprovalTriggerResult CompletedApprovalPreApprovalTriggerResult powershellsdk
powershell
PowerShell
sdk
CompletedApprovalPreApprovalTriggerResult
V2024CompletedApprovalPreApprovalTriggerResult
/tools/sdk/powershell/v2024/models/completed-approval-pre-approval-trigger-result
SDK
Software Development Kit
CompletedApprovalPreApprovalTriggerResult
V2024CompletedApprovalPreApprovalTriggerResult

CompletedApprovalPreApprovalTriggerResult

Properties

Name Type Description Notes
Comment String The comment from the trigger [optional]
Decision CompletedApprovalState [optional]
Reviewer String The name of the approver [optional]
Date System.DateTime The date and time the trigger decided on the request [optional]

Examples

  • Prepare the resource
$CompletedApprovalPreApprovalTriggerResult = Initialize-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]