waf-managed-rules_allowed_modes_anomaly

Defines the available modes for the current WAF rule. Applies to anomaly detection WAF rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-allowed-modes-anomaly-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-managed-rules_allowed_modes_anomaly",
  "title": "waf-managed-rules_allowed_modes_anomaly",
  "description": "Defines the available modes for the current WAF rule. Applies to anomaly detection WAF rules.",
  "example": [
    "on",
    "off"
  ],
  "items": {
    "$ref": "#/components/schemas/waf-managed-rules_mode_anomaly"
  },
  "readOnly": true,
  "type": "array"
}