Skip to main content

ApprovalSummary

Properties

NameTypeDescriptionNotes
PendingInt32The number of pending access requests approvals.[optional]
ApprovedInt32The number of approved access requests approvals.[optional]
RejectedInt32The number of rejected access requests approvals.[optional]

Examples

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

[Back to top]