Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolicyEvaluationResult

Package version

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

Hierarchy

  • PolicyEvaluationResult

Index

Properties

Optional evaluationDetails

evaluationDetails: PolicyEvaluationDetails

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.

Optional evaluationResult

evaluationResult: undefined | string

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.

Optional policyInfo

policyInfo: PolicyReference

The details of the policy that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc