mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
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 |
|
/tools/sdk/powershell/beta/models/entitlement-revocation-request-config |
|
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