The action to perform.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_mode", "title": "firewall_mode", "description": "The action to perform.", "enum": [ "simulate", "ban", "challenge", "js_challenge", "managed_challenge" ], "example": "challenge", "type": "string" }