Skip to main content

ApprovalConfigEscalationConfigEscalationChainInner

Properties

NameTypeDescriptionNotes
chain_idstrID of the escalation chain.[optional]
tierintStarting at 1 defines the order in which the identities will get assigned[optional]
identity_idstrIdentity ID in the escalation chain.[optional]
identity_typestrType of identity in the escalation chain.[optional]
}

Example

from sailpoint.v2025.models.approval_config_escalation_config_escalation_chain_inner import ApprovalConfigEscalationConfigEscalationChainInner

approval_config_escalation_config_escalation_chain_inner = ApprovalConfigEscalationConfigEscalationChainInner(
chain_id='ef85d1a8-41ef-433a-8153-0b1f59e7b26a',
tier=1,
identity_id='fdfda352157d4cc79bb749953131b457',
identity_type='IDENTITY'
)

[Back to top]