Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalSchemeForRole.md
2025-05-07 14:37:48 +00:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-approval-scheme-for-role ApprovalSchemeForRole ApprovalSchemeForRole ApprovalSchemeForRole powershellsdk
powershell
PowerShell
sdk
ApprovalSchemeForRole
V2024ApprovalSchemeForRole
/tools/sdk/powershell/v2024/models/approval-scheme-for-role
SDK
Software Development Kit
ApprovalSchemeForRole
V2024ApprovalSchemeForRole

ApprovalSchemeForRole

Properties

Name Type Description Notes
ApproverType Enum [ "OWNER", "MANAGER", "GOVERNANCE_GROUP" ] Describes the individual or group that is responsible for an approval step. Values are as follows. OWNER: Owner of the associated Role MANAGER: Manager of the Identity making the request GOVERNANCE_GROUP: A Governance Group, the ID of which is specified by the approverId field [optional]
ApproverId String Id of the specific approver, used only when approverType is GOVERNANCE_GROUP [optional]

Examples

  • Prepare the resource
$ApprovalSchemeForRole = Initialize-V2024ApprovalSchemeForRole  -ApproverType GOVERNANCE_GROUP `
 -ApproverId 46c79819-a69f-49a2-becb-12c971ae66c6
  • Convert the resource to JSON
$ApprovalSchemeForRole | ConvertTo-JSON

[Back to top]