NSX-T Data Center REST API

LbClientCertificateIssuerDnCondition (type) (Deprecated)

{
  "deprecated": true,
  "id": "LbClientCertificateIssuerDnCondition",
  "module_id": "LoadBalancer",
  "properties": {
    "case_sensitive": {
      "default": true,
      "description": "If true, case is significant when comparing issuer DN value.",
      "required": false,
      "title": "A case sensitive flag for issuer DN comparing",
      "type": "boolean"
    },
    "issuer_dn": {
      "description": "Value of issuer DN. The format should follow RFC 2253.",
      "required": true,
      "title": "Value of issuer DN",
      "type": "string"
    },
    "match_type": {
      "$ref": "LbRuleMatchType",
      "default": "REGEX",
      "required": false,
      "title": "Match type of issuer DN"
    }
  },
  "title": "Match condition for client certificate issuer DN",
  "type": "object"
}