NSX-T Data Center REST API

LbJwtSymmetricKey (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "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": "LoadBalancer",
  "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"
}