firewall_waf_action

The WAF rule action to apply.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-waf-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_waf_action",
  "title": "firewall_waf_action",
  "description": "The WAF rule action to apply.",
  "enum": [
    "challenge",
    "block",
    "simulate",
    "disable",
    "default"
  ]
}