GenericApprovalConfig
Import this model from the entry point of its package:
import { GenericApprovalConfig } from '@sailpoint/angular-sdk/generic_request_approval_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| scheme | string | Discriminator. Must be APPROVAL for a serial approver chain. | [default to undefined] |
| approvers | string | Comma-separated approver tokens. Allowed tokens for RESOURCE ACTIVATE and DEACTIVATE: sourceOwner, manager, machineIdentityPrimaryOwner, machineIdentitySecondaryOwners, machineIdentityAllOwners, workgroup:[workgroupId], identity:[identityId]. Role tokens (sourceOwner, manager, and the machineIdentity* tokens) may appear at most once and must not include an id suffix. workgroup: and identity: may repeat when each id is unique. Approval request assignment follows the order of tokens in this string. | [default to undefined] |
| comments | string | Comment requirement for the approval request. Use REJECTION (not REJECT) when comments are required only on deny. | [default to undefined] |