Skip to main content

NonEmployeeApprovalDecision

Properties

NameTypeDescriptionNotes
CommentStringComment on the approval item.[optional]

Examples

  • Prepare the resource
$NonEmployeeApprovalDecision = Initialize-PSSailpoint.V3NonEmployeeApprovalDecision  -Comment Approved by manager
  • Convert the resource to JSON
$NonEmployeeApprovalDecision | ConvertTo-JSON

[Back to top]