firewall_sensitivity

The sensitivity of the WAF package.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-sensitivity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_sensitivity",
  "title": "firewall_sensitivity",
  "default": "high",
  "description": "The sensitivity of the WAF package.",
  "enum": [
    "high",
    "medium",
    "low",
    "off"
  ],
  "type": "string"
}