InlineLbSslSniCondition1
InlineLbSslSniCondition1
JSON Example
{
"case_sensitive": false,
"match_type": "string",
"sni": "string"
}
boolean
case_sensitive
Optional
Constraints:
default: true
If true, case is significant when comparing SNI value.
string
match_type
Optional
Constraints:
default: REGEX
Determine how a specified string value is used to match SNI.
Possible values are :
STARTS_WITH,
ENDS_WITH,
EQUALS,
CONTAINS,
REGEX,
string
sni
Required
The SNI(Server Name indication) in client hello message.