ZeroTrustGatewaySettingsSettingsAntivirus

data class ZeroTrustGatewaySettingsSettingsAntivirus(val enabledDownloadPhase: Boolean? = null, val enabledUploadPhase: Boolean? = null, val failClosed: Boolean? = null, val notificationSettings: ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettings? = null)

Constructors

constructor(enabledDownloadPhase: Boolean? = null, enabledUploadPhase: Boolean? = null, failClosed: Boolean? = null, notificationSettings: ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable anti-virus scanning on downloads.

Link copied to clipboard

Enable anti-virus scanning on uploads.

Link copied to clipboard
val failClosed: Boolean? = null

Block requests for files that cannot be scanned.

Link copied to clipboard

Configure a message to display on the user's device when an antivirus search is performed.