mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
894 B
894 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-revocability | Revocability | Revocability | Revocability | powershellsdk |
|
/tools/sdk/powershell/v2024/models/revocability |
|
Revocability
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApprovalSchemes | []AccessProfileApprovalScheme | List describing the steps involved in approving the revocation request. | [optional] |
Examples
- Prepare the resource
$Revocability = Initialize-V2024Revocability -ApprovalSchemes null
- Convert the resource to JSON
$Revocability | ConvertTo-JSON