policy_violations
Failing access control rules. Excludes rules flagged with enforce = False - see policy_violations_unenforced.
Field | Type | Description |
---|---|---|
index | Integer | Index of the policy test. |
ok | Boolean | Always false. |
skipped | Boolean | Always false. |
policy | JSON | The policy part of the rule definition. |
rule | JSON | The rule part of the rule definition. |
errors | List of Strings | List of errors generated from this test. |
rule_type | String | The rule type. ingress-deny , egress-deny , ingress-deny-others , or egress-deny-others . |
violations | Integer | Total number of unique violation examples found for this rule. |
checks | Integer | Total number of checks performed while evaluating this rule. |
enforce | Boolean | Always true. |