Skip to main content

SourceAccountCorrelationConfig

Reference to account correlation config object.

Properties

NameTypeDescriptionNotes
typeEnum [ 'ACCOUNT_CORRELATION_CONFIG' ]Type of object being referenced.[optional]
idstrAccount correlation config ID.[optional]
namestrAccount correlation config's human-readable display name.[optional]
}

Example

from sailpoint.v2024.models.source_account_correlation_config import SourceAccountCorrelationConfig

source_account_correlation_config = SourceAccountCorrelationConfig(
type='ACCOUNT_CORRELATION_CONFIG',
id='2c9180855d191c59015d28583727245a',
name='Directory [source-62867] Account Correlation'
)

[Back to top]