Skip to main content

NonEmployeeRequestSummary

Properties

NameTypeDescriptionNotes
ApprovedInt32The number of approved non-employee requests on all sources that requested-for user manages.[optional]
RejectedInt32The number of rejected non-employee requests on all sources that requested-for user manages.[optional]
PendingInt32The number of pending non-employee requests on all sources that requested-for user manages.[optional]
NonEmployeeCountInt32The number of non-employee records on all sources that requested-for user manages.[optional]

Examples

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

[Back to top]