Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Revocability.md
2025-01-28 13:29:29 -05:00

903 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 Pointer to []AccessProfileApprovalScheme List describing the steps 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]