The WAF rule action to apply.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_waf_rewrite_action", "title": "firewall_waf_rewrite_action", "description": "The WAF rule action to apply.", "enum": [ "challenge", "block", "simulate", "disable", "default" ] }