Skip to main content

EntitlementRequestConfig

Properties

NameTypeDescriptionNotes
AccessRequestConfigEntitlementAccessRequestConfig[optional]

Examples

  • Prepare the resource
$EntitlementRequestConfig = Initialize-PSSailpoint.V2024EntitlementRequestConfig  -AccessRequestConfig null
  • Convert the resource to JSON
$EntitlementRequestConfig | ConvertTo-JSON

[Back to top]