waf-managed-rules_mode

The state of the rules contained in the rule group. When `on`, the rules in the group are configurable/usable.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-managed-rules_mode",
  "title": "waf-managed-rules_mode",
  "default": "on",
  "description": "The state of the rules contained in the rule group. When `on`, the rules in the group are configurable/usable.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}