waf-managed-rules_mode_deny_traditional

The action that the current WAF rule will perform when triggered. Applies to traditional (deny) WAF rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-mode-deny-traditional-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-managed-rules_mode_deny_traditional",
  "title": "waf-managed-rules_mode_deny_traditional",
  "description": "The action that the current WAF rule will perform when triggered. Applies to traditional (deny) WAF rules.",
  "enum": [
    "default",
    "disable",
    "simulate",
    "block",
    "challenge"
  ],
  "example": "block",
  "type": "string"
}