Skip to main content

NonEmployeeRequestSummary

Properties

NameTypeDescriptionNotes
ApprovedDecimalThe number of approved non-employee requests on all sources that requested-for user manages.[optional]
RejectedDecimalThe number of rejected non-employee requests on all sources that requested-for user manages.[optional]
PendingDecimalThe number of pending non-employee requests on all sources that requested-for user manages.[optional]
NonEmployeeCountDecimalThe number of non-employee records on all sources that requested-for user manages.[optional]

Examples

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

[Back to top]