NSX-T Data Center REST API

CryptoEnforcement (type)

{
  "additionalProperties": false,
  "description": "If enforced and if TLS protocol Client/Server Hello has none of the permitted TLS versions or ciphers then the connection is immediately terminated.",
  "enum": [
    "ENFORCE",
    "TRANSPARENT"
  ],
  "help_summary": "Use of 'ENFORCE' will terminate connection if TLS protocol Client/Server Hello has\nnone of the permitted TLS versions or ciphers.\nUse of 'TRANSPARENT' will let client's and server's own choices use for TLS\nversions and ciphers to successfully intercept the connection.\n",
  "id": "CryptoEnforcement",
  "module_id": "PolicyTlsActionProfile",
  "readonly": true,
  "required": false,
  "title": "Action for crypto enforcement",
  "type": "string"
}