Skip to main content

EntitlementRevocationRequestConfig

Properties

NameTypeDescriptionNotes
ApprovalSchemes[]EntitlementApprovalSchemeOrdered list of approval steps for the access request. Empty when no approval is required.[optional]

Examples

  • Prepare the resource
$EntitlementRevocationRequestConfig = Initialize-V2024EntitlementRevocationRequestConfig  -ApprovalSchemes null
  • Convert the resource to JSON
$EntitlementRevocationRequestConfig | ConvertTo-JSON

[Back to top]