Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/EntitlementRequestConfig.md
2025-01-28 13:29:29 -05:00

1014 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-entitlement-request-config EntitlementRequestConfig EntitlementRequestConfig EntitlementRequestConfig powershellsdk
powershell
PowerShell
sdk
EntitlementRequestConfig
BetaEntitlementRequestConfig
/tools/sdk/powershell/beta/models/entitlement-request-config
SDK
Software Development Kit
EntitlementRequestConfig
BetaEntitlementRequestConfig

EntitlementRequestConfig

Properties

Name Type Description Notes
AccessRequestConfig Pointer to EntitlementAccessRequestConfig [optional]

Examples

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

[Back to top]