waf-managed-rules_allowed_modes_deny_traditional

The list of possible actions of the WAF rule when it is triggered.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-allowed-modes-deny-traditional-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-managed-rules_allowed_modes_deny_traditional",
  "title": "waf-managed-rules_allowed_modes_deny_traditional",
  "description": "The list of possible actions of the WAF rule when it is triggered.",
  "example": [
    "default",
    "disable",
    "simulate",
    "block",
    "challenge"
  ],
  "items": {
    "$ref": "#/components/schemas/waf-managed-rules_mode_deny_traditional"
  },
  "readOnly": true,
  "type": "array"
}