Interface: ConditionGroup
Defined in: src/models/model-security-custom-rules.ts:25
Recursive conjunction or disjunction of at least two conditions.
Properties
operator
operator: "and" | "or";
Defined in: src/models/model-security-custom-rules.ts:26
conditions
conditions: CustomRuleCondition[];
Defined in: src/models/model-security-custom-rules.ts:27