Skip to main content

MultihostintegrationsManagerCorrelationRule

Reference to the ManagerCorrelationRule. Only use this rule when a simple filter isn't sufficient.

Properties

NameTypeDescriptionNotes
typeEnum [ 'RULE' ]Type of object being referenced.[optional]
idstrRule ID.[optional]
namestrRule's human-readable display name.[optional]
}

Example

from sailpoint.multi_host_integration.models.multihostintegrations_manager_correlation_rule import MultihostintegrationsManagerCorrelationRule

multihostintegrations_manager_correlation_rule = MultihostintegrationsManagerCorrelationRule(
type='RULE',
id='2c918085708c274401708c2a8a760001',
name='Example Rule'
)

[Back to top]