Builder
class Builder
Properties
Link copied to clipboard
A list of rules that may conflict with each other, potentially leading to inconsistent policy behavior.
Link copied to clipboard
Groups of rules that operate on completely separate sets of variables, indicating the policy may be addressing multiple unrelated concerns.
Link copied to clipboard
A list of custom types that are defined but not referenced by any variables or rules, suggesting they may be unnecessary.
Link copied to clipboard
A list of type values that are defined but never used in any rules, indicating potential cleanup opportunities.
Link copied to clipboard
A list of variables that are defined but not referenced by any rules, suggesting they may be unnecessary.
Link copied to clipboard
The total number of variables defined in the policy.