1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppPolicyAnalyzeSummaryEvent

AppPolicyAnalyzeSummaryEvent

    PolicyAnalyzeSummaryEvent is emitted after a call to Analyze on an analyzer, summarizing the results.

    Properties

    • resourceUrn string required
      The URN of the resource being analyzed.
    • policyPackName string required
      The name of the policy pack.
    • policyPackVersion string required
      The version of the policy pack.
    • policyPackVersionTag string required
      The version tag of the policy pack.
    • passed array[string] optional
      The names of resource policies that passed (i.e. did not produce any violations).
    • failed array[string] optional
      The names of resource policies that failed (i.e. produced violations).