EntitlementRevocationRequestConfig
Properties
Name | Type | Description | Notes |
---|---|---|---|
ApprovalSchemes | []EntitlementApprovalScheme | Ordered list of approval steps for the access request. Empty when no approval is required. | [optional] |
Examples
- Prepare the resource
$EntitlementRevocationRequestConfig = Initialize-BetaEntitlementRevocationRequestConfig -ApprovalSchemes null
- Convert the resource to JSON
$EntitlementRevocationRequestConfig | ConvertTo-JSON