Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Revocability.md
2025-04-24 19:31:33 +00:00

901 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
beta-revocability Revocability Revocability Revocability powershellsdk
powershell
PowerShell
sdk
Revocability
BetaRevocability
/tools/sdk/powershell/beta/models/revocability
SDK
Software Development Kit
Revocability
BetaRevocability

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-PSSailpoint.BetaRevocability  -ApprovalSchemes null
  • Convert the resource to JSON
$Revocability | ConvertTo-JSON

[Back to top]