DecryptionFailAction (type)

{
  "additionalProperties": false, 
  "description": "Action to take when TLS handshake fails.", 
  "enum": [
    "BLOCK", 
    "BYPASS"
  ], 
  "help_summary": "Use of 'BLOCK' will terminate subsequent connections.\nUse of 'BYPASS' will remember handshake failure and not intercept subsequent.\nconnections.\n", 
  "id": "DecryptionFailAction", 
  "module_id": "PolicyTlsActionProfile", 
  "readonly": true, 
  "required": false, 
  "title": "TLS handshake fail action", 
  "type": "string"
}