NonEmployeeApprovalSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Approved | Decimal | The number of approved non-employee approval requests. | [optional] |
| Pending | Decimal | The number of pending non-employee approval requests. | [optional] |
| Rejected | Decimal | The number of rejected non-employee approval requests. | [optional] |
Examples
- Prepare the resource
$NonEmployeeApprovalSummary = Initialize-BetaNonEmployeeApprovalSummary -Approved null `
-Pending null `
-Rejected null
- Convert the resource to JSON
$NonEmployeeApprovalSummary | ConvertTo-JSON