PolicyEvaluationResult interface

The result of a non-compliant policy evaluation against the given resource content.

Properties

effectDetails

The details of the effect that was applied to the resource.

evaluationDetails

The detailed results of the policy expressions and values that were evaluated.

evaluationResult

The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered.

policyInfo

The details of the policy that was evaluated.

Property Details

effectDetails

The details of the effect that was applied to the resource.

effectDetails?: PolicyEffectDetails

Property Value

evaluationDetails

The detailed results of the policy expressions and values that were evaluated.

evaluationDetails?: CheckRestrictionEvaluationDetails

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.

evaluationResult?: string

Property Value

string

policyInfo

The details of the policy that was evaluated.

policyInfo?: PolicyReference

Property Value