Skip to main content

MultihostintegrationsAccountCorrelationConfig

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.multi_host_integration.models.multihostintegrations_account_correlation_config import MultihostintegrationsAccountCorrelationConfig

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

[Back to top]