PolicySetResult Class

Result of a policy set evaluation.

Constructor

PolicySetResult(*, has_error: bool | None = None, policy_violations: list['_models.PolicyViolation'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
has_error

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

Default value: None
policy_violations

The list of policy violations.

Default value: None

Variables

Name Description
has_error

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

policy_violations

The list of policy violations.