Skip to main content

ApprovalConfigEscalationConfig

Import this model from the entry point of its package:

import { ApprovalConfigEscalationConfig } from '@sailpoint/angular-sdk/approvals';

Properties

NameTypeDescriptionNotes
enabled(optional) booleanIndicates if escalations are enabled.[default to false]
daysUntilFirstEscalation(optional) numberNumber of days until the first escalation.[default to undefined]
escalationCronSchedule(optional) stringCron schedule for escalations.[default to undefined]
escalationChain(optional) Array<ApprovalConfigEscalationConfigEscalationChainInner>Escalation chain configuration.[default to undefined]