zero-trust-gateway_anti-virus-settings

Anti-virus settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled_download_phase object
enabled_upload_phase object
fail_closed object
notification_settings object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-anti-virus-settings-schema.json Raw ↑
{
  "$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"
}