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