Skip to main content

CorrelationRule

Properties

NameTypeDescriptionNotes
id(optional) stringOmit for new rules (server mints a UUID). Send only when updating a rule that already exists on this config (merge on PATCH). Unknown ids are rejected.[default to undefined]
prioritynumberThe evaluation priority of the rule. Lower values are evaluated first.[default to undefined]
defaultRulebooleanWhether this rule is the default rule for the config.[default to undefined]
ruleTypestringThe rule subject type. When either ruleType or ruleAction.type is GOVERNANCE_GROUP, both must be; ruleType GOVERNANCE_GROUP is allowed only when the parent config type is OWNER_SECONDARY.[default to undefined]
ruleActionCorrelationRuleAction[default to undefined]
conditionExpressionsArray<CorrelationCondition>The conditions that must match for this rule to apply.[default to undefined]