TlsConfigSettings (type)

{
  "additionalProperties": false, 
  "description": "Pre-defined config settings. Settings could be one of Balanced, High Fidelity, High Security, Custom", 
  "enum": [
    "BALANCED", 
    "HIGH_FIDELITY", 
    "HIGH_SECURITY", 
    "CUSTOM"
  ], 
  "help_summary": "- High Fidelity setting reduces the likelihood of TLS Proxy breaking an otherwise successful connection.\n  Specifically, TLS Proxy preserves original client and server preferences (TLS version, ciphers, etc.) in the\n  TLS handshake as much as possible.\n  - Client side - support TLS versions and Ciphers\n  - Server side - no restrictions\n- High Security setting enforces a stricter security posture such as enabling only the most secure\n  TLS versions and ciphers.\n  - Support TLS Versions and Ciphers\n- Balanced setting strikes a balance between security, performance and compatibility.\n  - Support TLS Versions and Ciphers\n- Custom allows user to pick the settings to meet their requirements.\nThese pre-settings per release will be preserved for existing profiles even if changed in future releases.\n", 
  "id": "TlsConfigSettings", 
  "module_id": "PolicyTlsActionProfile", 
  "required": true, 
  "title": "TLS config settings", 
  "type": "string"
}