ZeroTrustGatewaySettingsSettingsAntivirusArgs

data class ZeroTrustGatewaySettingsSettingsAntivirusArgs(val enabledDownloadPhase: Output<Boolean>? = null, val enabledUploadPhase: Output<Boolean>? = null, val failClosed: Output<Boolean>? = null, val notificationSettings: Output<ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsArgs>? = null) : ConvertibleToJava<ZeroTrustGatewaySettingsSettingsAntivirusArgs>

Constructors

constructor(enabledDownloadPhase: Output<Boolean>? = null, enabledUploadPhase: Output<Boolean>? = null, failClosed: Output<Boolean>? = null, notificationSettings: Output<ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsArgs>? = null)

Properties

Link copied to clipboard
val enabledDownloadPhase: Output<Boolean>? = null

Enable anti-virus scanning on downloads.

Link copied to clipboard
val enabledUploadPhase: Output<Boolean>? = null

Enable anti-virus scanning on uploads.

Link copied to clipboard
val failClosed: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustGatewaySettingsSettingsAntivirusArgs