Compartir a través de


PolicySetResult interface

Result of a policy set evaluation.

Properties

hasError

A value indicating whether this policy set evaluation has discovered violations.

policyViolations

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[]

Property Value