Skip to main content

policy_violations

Failing access control rules. Excludes rules flagged with enforce = False - see policy_violations_unenforced.

FieldTypeDescription
indexIntegerIndex of the policy test.
okBooleanAlways false.
skippedBooleanAlways false.
policyJSONThe policy part of the rule definition.
ruleJSONThe rule part of the rule definition.
errorsList of StringsList of errors generated from this test.
rule_typeStringThe rule type. ingress-deny, egress-deny, ingress-deny-others, or egress-deny-others.
violationsIntegerTotal number of unique violation examples found for this rule.
checksIntegerTotal number of checks performed while evaluating this rule.
enforceBooleanAlways true.