Defines the available modes for the current WAF rule.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waf-managed-rules_allowed_modes_allow_traditional", "title": "waf-managed-rules_allowed_modes_allow_traditional", "description": "Defines the available modes for the current WAF rule.", "example": [ "on", "off" ], "items": { "$ref": "#/components/schemas/waf-managed-rules_mode_allow_traditional" }, "readOnly": true, "type": "array" }