PolicySetResult interface
Result of a policy set evaluation.
Properties
has |
A value indicating whether this policy set evaluation has discovered violations. |
policy |
The list of policy violations. |
Property Details
hasError
A value indicating whether this policy set evaluation has discovered violations.
hasError?: boolean
Property Value
boolean
policyViolations
The list of policy violations.
policyViolations?: PolicyViolation[]