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

AppPolicyAnalyzeStackSummaryEvent

    PolicyAnalyzeStackSummaryEvent is emitted after a call to AnalyzeStack on an analyzer, summarizing the results.

    Properties

    • 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 stack policies that passed (i.e. did not produce any violations).
    • failed array[string] optional
      The names of stack policies that failed (i.e. produced violations).