Zero Trust Gateway Settings Settings Antivirus Args
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
Link copied to clipboard
constructor(enabledDownloadPhase: Output<Boolean>? = null, enabledUploadPhase: Output<Boolean>? = null, failClosed: Output<Boolean>? = null, notificationSettings: Output<ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsArgs>? = null)
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
Block requests for files that cannot be scanned.
Link copied to clipboard
val notificationSettings: Output<ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsArgs>? = null
Configure a message to display on the user's device when an antivirus search is performed.