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-Nonemployeerequestsummary  -Approved 2 `
-Rejected 2 `
-Pending 2 `
-NonEmployeeCount 2
  • Convert the resource to JSON
$Nonemployeerequestsummary | ConvertTo-JSON

[Back to top]