NSX-T Data Center REST API

LBJwtSymmetricKey (type)

{
  "additionalProperties": false,
  "description": "The key is used to specify the symmetric key which is used to verify the signature of JWT tokens.",
  "extends": {
    "$ref": "LBJwtKey"
  },
  "id": "LBJwtSymmetricKey",
  "module_id": "PolicyLoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBJwtSymmetricKey"
  },
  "properties": {
    "type": {
      "$ref": "LBJwtKeyType",
      "description": "The property is used to identify JWT key type.",
      "required": true,
      "title": "Type of load balancer JWT key"
    }
  },
  "title": "Specifies the symmetric key used to verify the signature of JWT tokens",
  "type": "object"
}