NSX-T Data Center REST API

LBJwtPublicKey (type)

{
  "additionalProperties": false,
  "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": "PolicyLoadBalancer",
  "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"
}