The sensitivity of the WAF package.
{ "$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" }