Skip to main content

MultiHostSourcesAccountCorrelationConfig

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.beta.models.multi_host_sources_account_correlation_config import MultiHostSourcesAccountCorrelationConfig

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

[Back to top]