Frontdoor Rule Conditions Ssl Protocol Condition Args
data class FrontdoorRuleConditionsSslProtocolConditionArgs(val matchValues: Output<List<String>>, val negateCondition: Output<Boolean>? = null, val operator: Output<String>? = null) : ConvertibleToJava<FrontdoorRuleConditionsSslProtocolConditionArgs>
Properties
Link copied to clipboard
A list of one or more HTTP methods. Possible values are TLSv1
, TLSv1.1
and TLSv1.2
logic.
Link copied to clipboard
If true
operator becomes the opposite of its value. Possible values true
or false
. Defaults to false
. Details can be found in the Condition Operator List
below.