AutomatedReasoningPolicyDefinitionQualityReport
Provides a comprehensive analysis of the quality and completeness of an Automated Reasoning policy definition, highlighting potential issues and optimization opportunities.
Types
Properties
A list of rules that may conflict with each other, potentially leading to inconsistent policy behavior.
Groups of rules that operate on completely separate sets of variables, indicating the policy may be addressing multiple unrelated concerns.
A list of custom types that are defined but not referenced by any variables or rules, suggesting they may be unnecessary.
A list of type values that are defined but never used in any rules, indicating potential cleanup opportunities.
A list of variables that are defined but not referenced by any rules, suggesting they may be unnecessary.
The total number of variables defined in the policy.