Skip to main content

EntitlementRequestConfig

Properties

NameTypeDescriptionNotes
AccessRequestConfigEntitlementAccessRequestConfig[optional]
RevocationRequestConfigEntitlementRevocationRequestConfig[optional]

Examples

  • Prepare the resource
$EntitlementRequestConfig = Initialize-BetaEntitlementRequestConfig  -AccessRequestConfig null `
-RevocationRequestConfig null
  • Convert the resource to JSON
$EntitlementRequestConfig | ConvertTo-JSON

[Back to top]