LBJwtKeyType (type)

{
  "additionalProperties": false, 
  "description": "It is used to identify JWT key type.", 
  "enum": [
    "LBJwtCertificateKey", 
    "LBJwtSymmetricKey", 
    "LBJwtPublicKey"
  ], 
  "id": "LBJwtKeyType", 
  "module_id": "PolicyLoadBalancer", 
  "title": "Type of load balancer JWT key", 
  "type": "string"
}