mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-profile-approval-scheme | AccessProfileApprovalScheme | AccessProfileApprovalScheme | AccessProfileApprovalScheme | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-profile-approval-scheme |
|
AccessProfileApprovalScheme
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApproverType | Enum [ "APP_OWNER", "OWNER", "SOURCE_OWNER", "MANAGER", "GOVERNANCE_GROUP" ] | Describes the individual or group that is responsible for an approval step. These are the possible values: APP_OWNER: The owner of the Application OWNER: Owner of the associated Access Profile or Role SOURCE_OWNER: Owner of the Source associated with an Access Profile 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 | Specific approver ID. Only use this when the approverType is GOVERNANCE_GROUP. |
[optional] |
Examples
- Prepare the resource
$AccessProfileApprovalScheme = Initialize-PSSailpoint.V2024AccessProfileApprovalScheme -ApproverType GOVERNANCE_GROUP `
-ApproverId 46c79819-a69f-49a2-becb-12c971ae66c6
- Convert the resource to JSON
$AccessProfileApprovalScheme | ConvertTo-JSON