The available states for the rule group.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waf-managed-rules_allowed_modes", "title": "waf-managed-rules_allowed_modes", "description": "The available states for the rule group.", "example": [ "on", "off" ], "items": { "$ref": "#/components/schemas/waf-managed-rules_mode" }, "readOnly": true, "type": "array" }