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

AppPolicyEvent

    PolicyEvent is emitted whenever there is Policy violation.

    Properties

    • resourceUrn string optional
      The resource urn
    • message string required
      The message content
    • color string required
      The output color
    • policyName string required
      The policy name
    • policyPackName string required
      The policy pack name
    • policyPackVersion string required
      The policy pack version
    • policyPackVersionTag string required
      The policy pack version tag
    • enforcementLevel string required
      EnforcementLevel is one of “warning”, “mandatory”, “remediate”, or “none”.
    • severity string optional
      Severity is one of “low”, “medium”, “high”, or “critical”. An empty string is omitted and represents an unspecified severity.