Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Revocability.md
2025-02-03 22:09:17 +00:00

896 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
powershell
PowerShell
sdk
Revocability
V2024Revocability
/tools/sdk/powershell/v2024/models/revocability
SDK
Software Development Kit
Revocability
V2024Revocability

Revocability

Properties

Name Type Description Notes
ApprovalSchemes []AccessProfileApprovalScheme List describing the steps in approving the revocation request [optional]

Examples

  • Prepare the resource
$Revocability = Initialize-PSSailpoint.V2024Revocability  -ApprovalSchemes null
  • Convert the resource to JSON
$Revocability | ConvertTo-JSON

[Back to top]