Skip to main content

NonEmployeeApprovalSummary

Properties

NameTypeDescriptionNotes
ApprovedDecimalThe number of approved non-employee approval requests.[optional]
PendingDecimalThe number of pending non-employee approval requests.[optional]
RejectedDecimalThe number of rejected non-employee approval requests.[optional]

Examples

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

[Back to top]