SecurityProfileThreatPreventionProfileAntivirusOverrideArgs

data class SecurityProfileThreatPreventionProfileAntivirusOverrideArgs(val action: Output<String>, val protocol: Output<String>) : ConvertibleToJava<SecurityProfileThreatPreventionProfileAntivirusOverrideArgs>

Constructors

constructor(action: Output<String>, protocol: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>

Threat action override. For some threat types, only a subset of actions applies. Possible values are: ALERT, ALLOW, DEFAULT_ACTION, DENY.

Link copied to clipboard
val protocol: Output<String>

Required protocol to match. Possible values are: SMTP, SMB, POP3, IMAP, HTTP2, HTTP, FTP.

Functions

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