InvalidCertificateAction (type)

{
  "additionalProperties": false, 
  "description": "If presented invalid certificates take this action.", 
  "enum": [
    "BLOCK", 
    "ALLOW"
  ], 
  "help_summary": "Use of 'BLOCK' will terminate connection if the certificate is either\nexpired or untrusted.\nUse of 'ALLOW' will allow the connection to proceed.\n", 
  "id": "InvalidCertificateAction", 
  "module_id": "PolicyTlsActionProfile", 
  "readonly": true, 
  "required": false, 
  "title": "Action for invalid certificates", 
  "type": "string"
}