NSX-T Data Center REST API

LbJwtKeyType (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "It is used to identify JWT key type.",
  "enum": [
    "LbJwtCertificateKey",
    "LbJwtSymmetricKey",
    "LbJwtPublicKey"
  ],
  "id": "LbJwtKeyType",
  "module_id": "LoadBalancer",
  "title": "Type of load balancer JWT key",
  "type": "string"
}