NSX-T Data Center REST API

LbJwtKey (type) (Deprecated)

{
  "abstract": true,
  "additionalProperties": false,
  "deprecated": true,
  "description": "LbJwtKey specifies the symmetric key or asymmetric public key used to decrypt the data in JWT.",
  "id": "LbJwtKey",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "type"
  },
  "properties": {
    "type": {
      "$ref": "LbJwtKeyType",
      "description": "The property is used to identify JWT key type.",
      "required": true,
      "title": "Type of load balancer JWT key"
    }
  },
  "title": "Load balancer JWT key",
  "type": "object"
}