Skip to main content

ApprovalReminderAndEscalationConfig

Import this model from the entry point of its package:

import { ApprovalReminderAndEscalationConfig } from '@sailpoint/angular-sdk/access_requests';

Properties

NameTypeDescriptionNotes
daysUntilEscalation(optional) numberNumber of days to wait before the first reminder. If no reminders are configured, then this is the number of days to wait before escalation.[default to undefined]
daysBetweenReminders(optional) numberNumber of days to wait between reminder notifications.[default to undefined]
maxReminders(optional) numberMaximum number of reminder notifications to send to the reviewer before approval escalation. The maximum allowed value is 20.[default to undefined]
fallbackApproverRef(optional) IdentityReferenceWithNameAndEmail[default to undefined]