PolicyEvaluationResult interface
The result of a non-compliant policy evaluation against the given resource content.
Properties
evaluation |
The detailed results of the policy expressions and values that were evaluated. NOTE: This property will not be serialized. It can only be populated by the server. |
evaluation |
The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. NOTE: This property will not be serialized. It can only be populated by the server. |
policy |
The details of the policy that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
evaluationDetails
The detailed results of the policy expressions and values that were evaluated. NOTE: This property will not be serialized. It can only be populated by the server.
evaluationDetails?: PolicyEvaluationDetails
Property Value
evaluationResult
The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. NOTE: This property will not be serialized. It can only be populated by the server.
evaluationResult?: string
Property Value
string
policyInfo
The details of the policy that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server.
policyInfo?: PolicyReference