Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/Revocability.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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]