waf-managed-rules_allowed_modes

The available states for the rule group.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-allowed-modes-schema.json Raw ↑
{
  "$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"
}