PolicySetResult Class
Result of a policy set evaluation.
- Inheritance
-
msrest.serialization.ModelPolicySetResult
Constructor
PolicySetResult(*, has_error: bool | None = None, policy_violations: List[PolicyViolation] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
has_error
Required
|
A value indicating whether this policy set evaluation has discovered violations. |
policy_violations
Required
|
The list of policy violations. |
Keyword-Only Parameters
Name | Description |
---|---|
has_error
Required
|
|
policy_violations
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python