Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/Revocability.md
2025-05-07 14:37:48 +00:00

870 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
revocability Revocability Revocability Revocability powershellsdk
powershell
PowerShell
sdk
Revocability
Revocability
/tools/sdk/powershell/v3/models/revocability
SDK
Software Development Kit
Revocability
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-Revocability  -ApprovalSchemes null
  • Convert the resource to JSON
$Revocability | ConvertTo-JSON

[Back to top]