ZeroTrustGatewaySettingsAntivirus

data class ZeroTrustGatewaySettingsAntivirus(val enabledDownloadPhase: Boolean, val enabledUploadPhase: Boolean, val failClosed: Boolean, val notificationSettings: ZeroTrustGatewaySettingsAntivirusNotificationSettings? = null)

Constructors

Link copied to clipboard
constructor(enabledDownloadPhase: Boolean, enabledUploadPhase: Boolean, failClosed: Boolean, notificationSettings: ZeroTrustGatewaySettingsAntivirusNotificationSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Scan on file download.

Link copied to clipboard

Scan on file upload.

Link copied to clipboard

Block requests for files that cannot be scanned.

Link copied to clipboard