Skip to main content

Revocability

Properties

NameTypeDescriptionNotes
ApprovalSchemes[]AccessProfileApprovalSchemeList describing the steps involved in approving the revocation request.[optional]

Examples

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

[Back to top]