LBClientCertificateSubjectDnCondition
Match condition for client certficate subject DN.
Properties
boolean
case_sensitive
Optional
If true, case is significant when comparing subject DN value.
string
match_type
Optional
Match type of subject DN.
Possible values are: STARTS_WITH , ENDS_WITH , EQUALS , CONTAINS , REGEX
string
subject_dn
Required
Value of subject DN.
JSON Example
{
"subject_dn": "string"
}