Skip to main content

SourceEntitlementRevocationRequestConfig

Properties​

NameTypeDescriptionNotes
ApprovalSchemes[]SourceEntitlementApprovalSchemeOrdered 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

[Back to top]