LbJwtKeyType (type)

{
  "additionalProperties": false, 
  "description": "It is used to identify JWT key type.", 
  "enum": [
    "LbJwtCertificateKey", 
    "LbJwtSymmetricKey", 
    "LbJwtPublicKey"
  ], 
  "id": "LbJwtKeyType", 
  "module_id": "LoadBalancer", 
  "title": "Type of load balancer JWT key", 
  "type": "string"
}