Anti-virus settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_anti-virus-settings", "title": "zero-trust-gateway_anti-virus-settings", "description": "Anti-virus settings.", "properties": { "enabled_download_phase": { "$ref": "#/components/schemas/zero-trust-gateway_enabled_download_phase" }, "enabled_upload_phase": { "$ref": "#/components/schemas/zero-trust-gateway_enabled_upload_phase" }, "fail_closed": { "$ref": "#/components/schemas/zero-trust-gateway_fail_closed" }, "notification_settings": { "$ref": "#/components/schemas/zero-trust-gateway_notification_settings" } }, "type": "object" }