antivirus Overrides
suspend fun antivirusOverrides(value: Output<List<SecurityProfileThreatPreventionProfileAntivirusOverrideArgs>>)
suspend fun antivirusOverrides(value: List<SecurityProfileThreatPreventionProfileAntivirusOverrideArgs>?)
Parameters
value
Defines what action to take for antivirus threats per protocol. Structure is documented below.
suspend fun antivirusOverrides(vararg values: Output<SecurityProfileThreatPreventionProfileAntivirusOverrideArgs>)
suspend fun antivirusOverrides(values: List<Output<SecurityProfileThreatPreventionProfileAntivirusOverrideArgs>>)
suspend fun antivirusOverrides(vararg values: SecurityProfileThreatPreventionProfileAntivirusOverrideArgs)
Parameters
values
Defines what action to take for antivirus threats per protocol. Structure is documented below.
suspend fun antivirusOverrides(argument: List<suspend SecurityProfileThreatPreventionProfileAntivirusOverrideArgsBuilder.() -> Unit>)
suspend fun antivirusOverrides(vararg argument: suspend SecurityProfileThreatPreventionProfileAntivirusOverrideArgsBuilder.() -> Unit)
suspend fun antivirusOverrides(argument: suspend SecurityProfileThreatPreventionProfileAntivirusOverrideArgsBuilder.() -> Unit)
Parameters
argument
Defines what action to take for antivirus threats per protocol. Structure is documented below.