Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/EntitlementRevocationRequestConfig.md
2025-05-14 14:14:03 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-entitlement-revocation-request-config EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig powershellsdk
powershell
PowerShell
sdk
EntitlementRevocationRequestConfig
V2024EntitlementRevocationRequestConfig
/tools/sdk/powershell/v2024/models/entitlement-revocation-request-config
SDK
Software Development Kit
EntitlementRevocationRequestConfig
V2024EntitlementRevocationRequestConfig

EntitlementRevocationRequestConfig

Properties

Name Type Description Notes
ApprovalSchemes []EntitlementApprovalScheme Ordered list of approval steps for the access request. Empty when no approval is required. [optional]

Examples

  • Prepare the resource
$EntitlementRevocationRequestConfig = Initialize-V2024EntitlementRevocationRequestConfig  -ApprovalSchemes null
  • Convert the resource to JSON
$EntitlementRevocationRequestConfig | ConvertTo-JSON

[Back to top]