NSX-T Data Center REST API

LBJwtCertificateKey (type)

{
  "additionalProperties": false,
  "description": "The key is used to specify certificate which is used to verify the signature of JWT tokens.",
  "extends": {
    "$ref": "LBJwtKey"
  },
  "id": "LBJwtCertificateKey",
  "module_id": "PolicyLoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBJwtCertificateKey"
  },
  "properties": {
    "certificate_path": {
      "required": true,
      "title": "Certificate identifier",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "LBVirtualServer"
          ],
          "relationshipType": "LB_VIRTUAL_SERVER_TLS_CERTIFICATE_RELATIONSHIP",
          "rightType": [
            "TlsCertificate"
          ]
        }
      ]
    },
    "type": {
      "$ref": "LBJwtKeyType",
      "description": "The property is used to identify JWT key type.",
      "required": true,
      "title": "Type of load balancer JWT key"
    }
  },
  "title": "Specifies certificate used to verify the signature of JWT tokens",
  "type": "object"
}