Skip to main content

Revocability

Properties

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

Examples

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

[Back to top]