Skip to main content

Sourceentitlementrequestconfig

Properties

NameTypeDescriptionNotes
AccessRequestConfigEntitlementaccessrequestconfig[optional]
RevocationRequestConfigEntitlementrevocationrequestconfig[optional]

Examples

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

[Back to top]