Target Selection Criteria
Severity:
Description
This rule has no available description
Error Message
This is typically "Equals Case-Insensitive" but other operators are fine if you're doing something specific. See here for more details: https://CiscoAandI.github.io/flowlint/rules/Target-Selection-Criteria
Rule Definition
- function: or
functionOptions:
properties:
- field: no_target
function: truthy
- function: and
functionOptions:
properties:
- field: execute_on_target_group
function: truthy
- field: target_group.use_criteria
function: defined
- field: target_group.use_criteria.conditions
function: defined
- field: target_group.use_criteria.conditions
function: length
functionOptions:
min: 1
- field: target_group.use_criteria.conditions.0.operator
function: pattern
functionOptions:
match: ^eqi$