NSX-T Data Center REST API

LbJwtPublicKey (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "The key is used to specify the public key content which is used to verify the signature of JWT tokens.",
  "extends": {
    "$ref": "LbJwtKey"
  },
  "id": "LbJwtPublicKey",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LbJwtPublicKey"
  },
  "properties": {
    "public_key_content": {
      "required": true,
      "title": "Content of public key",
      "type": "string"
    },
    "type": {
      "$ref": "LbJwtKeyType",
      "description": "The property is used to identify JWT key type.",
      "required": true,
      "title": "Type of load balancer JWT key"
    }
  },
  "title": "Specifies public key content used to verify the signature of JWT tokens",
  "type": "object"
}