NSX-T Data Center Global Manager REST API

LBClientCertificateIssuerDnCondition (type)

{
  "additionalProperties": false,
  "description": "Match condition for client certificate issuer DN.",
  "id": "LBClientCertificateIssuerDnCondition",
  "module_id": "PolicyLoadBalancer",
  "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",
      "description": "Match type of issuer DN.",
      "required": false,
      "title": "Match type of issuer DN"
    }
  },
  "title": "Match condition for client certificate issuer DN",
  "type": "object"
}