NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
LBClientCertificateSubjectDnCondition (schema)
Match condition for client certificate subject DN
Match condition for client certificate subject DN.
Name | Description | Type | Notes |
---|---|---|---|
case_sensitive | A case sensitive flag for subject DN comparing If true, case is significant when comparing subject DN value. |
boolean | Default: "True" |
match_type | Match type of subject DN Match type of subject DN. |
LbRuleMatchType | Default: "REGEX" |
subject_dn | Value of subject DN Value of subject DN. The format should follow RFC 2253. |
string | Required |