disabledProtocols

@JvmName(name = "vusrposnfvmtusox")
suspend fun disabledProtocols(value: Output<List<String>>)
@JvmName(name = "jdnyvqliafvstewh")
suspend fun disabledProtocols(value: List<String>?)

Parameters

value

A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.

Note: disabled_protocols cannot be set when policy_name or policy_type are set.


@JvmName(name = "mvssphoyfgnkksch")
suspend fun disabledProtocols(vararg values: Output<String>)


@JvmName(name = "xcrpqwueswatptqu")
suspend fun disabledProtocols(values: List<Output<String>>)
@JvmName(name = "ikjbyqdrcfhcldjl")
suspend fun disabledProtocols(vararg values: String)

Parameters

values

A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.

Note: disabled_protocols cannot be set when policy_name or policy_type are set.