Skip to main content

ApprovalConfigSerialChainInner

Properties

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

Example

from sailpoint.v2025.models.approval_config_serial_chain_inner import ApprovalConfigSerialChainInner

approval_config_serial_chain_inner = ApprovalConfigSerialChainInner(
chain_id='23dc206e-2a9e-4f98-93db-8d6e342cca18',
tier=1,
identity_id='2c9180858090ea8801809a0465e829da',
identity_type='IDENTITY'
)

[Back to top]