EntitlementRequestConfig
Properties
Name | Type | Description | Notes |
---|---|---|---|
AccessRequestConfig | EntitlementAccessRequestConfig | [optional] | |
RevocationRequestConfig | EntitlementRevocationRequestConfig | [optional] |
Examples
- Prepare the resource
$EntitlementRequestConfig = Initialize-V2024EntitlementRequestConfig -AccessRequestConfig null `
-RevocationRequestConfig null
- Convert the resource to JSON
$EntitlementRequestConfig | ConvertTo-JSON