Skip to main content

SourceEntitlementRequestConfig

Properties

NameTypeDescriptionNotes
AccessRequestConfigEntitlementAccessRequestConfig[optional]
RevocationRequestConfigEntitlementRevocationRequestConfig[optional]

Examples

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

[Back to top]