Skip to main content

NonEmployeeApprovalSummary

Properties

NameTypeDescriptionNotes
ApprovedInt32The number of approved non-employee approval requests.[optional]
PendingInt32The number of pending non-employee approval requests.[optional]
RejectedInt32The number of rejected non-employee approval requests.[optional]

Examples

  • Prepare the resource
$NonEmployeeApprovalSummary = Initialize-PSSailpoint.V3NonEmployeeApprovalSummary  -Approved 2 `
-Pending 2 `
-Rejected 2
  • Convert the resource to JSON
$NonEmployeeApprovalSummary | ConvertTo-JSON

[Back to top]