SecurityProfileThreatPreventionProfileThreatOverrideArgs

data class SecurityProfileThreatPreventionProfileThreatOverrideArgs(val action: Output<String>, val threatId: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<SecurityProfileThreatPreventionProfileThreatOverrideArgs>

Constructors

constructor(action: Output<String>, threatId: Output<String>, type: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<String>

Threat action. Possible values are: ALERT, ALLOW, DEFAULT_ACTION, DENY.

Link copied to clipboard
val threatId: Output<String>

Vendor-specific ID of a threat to override.

Link copied to clipboard
val type: Output<String>? = null

(Output) Type of threat.

Functions

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