Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/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
beta-entitlement-revocation-request-config EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig powershellsdk
powershell
PowerShell
sdk
EntitlementRevocationRequestConfig
BetaEntitlementRevocationRequestConfig
/tools/sdk/powershell/beta/models/entitlement-revocation-request-config
SDK
Software Development Kit
EntitlementRevocationRequestConfig
BetaEntitlementRevocationRequestConfig

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-BetaEntitlementRevocationRequestConfig  -ApprovalSchemes null
  • Convert the resource to JSON
$EntitlementRevocationRequestConfig | ConvertTo-JSON

[Back to top]