Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/EntitlementApprovalScheme.md
2025-04-01 09:23:12 -04:00

1.6 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
v2025-entitlement-approval-scheme EntitlementApprovalScheme EntitlementApprovalScheme EntitlementApprovalScheme powershellsdk
powershell
PowerShell
sdk
EntitlementApprovalScheme
V2025EntitlementApprovalScheme
/tools/sdk/powershell/v2025/models/entitlement-approval-scheme
SDK
Software Development Kit
EntitlementApprovalScheme
V2025EntitlementApprovalScheme

EntitlementApprovalScheme

Properties

Name Type Description Notes
ApproverType Enum [ "ENTITLEMENT_OWNER", "SOURCE_OWNER", "MANAGER", "GOVERNANCE_GROUP" ] Describes the individual or group that is responsible for an approval step. Values are as follows. ENTITLEMENT_OWNER: Owner of the associated Entitlement SOURCE_OWNER: Owner of the associated Source MANAGER: Manager of the Identity for whom the request is being made 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
$EntitlementApprovalScheme = Initialize-PSSailpoint.V2025EntitlementApprovalScheme  -ApproverType GOVERNANCE_GROUP `
 -ApproverId e3eab852-8315-467f-9de7-70eda97f63c8
  • Convert the resource to JSON
$EntitlementApprovalScheme | ConvertTo-JSON

[Back to top]