Skip to main content

EntitlementRequestConfig2

Properties

NameTypeDescriptionNotes
AccessRequestConfigEntitlementAccessRequestConfig[optional]
RevocationRequestConfigEntitlementRevocationRequestConfig[optional]

Examples

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

[Back to top]