Skip to main content

GenericApprovalConfig

Import this model from the entry point of its package:

import { GenericApprovalConfig } from '@sailpoint/angular-sdk/generic_request_approval_config';

Properties

NameTypeDescriptionNotes
schemestringDiscriminator. Must be APPROVAL for a serial approver chain.[default to undefined]
approversstringComma-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]
commentsstringComment requirement for the approval request. Use REJECTION (not REJECT) when comments are required only on deny.[default to undefined]