TLS1.2 only

Only allows TLS1.2.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-tls-1-2-only-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_tls_1_2_only",
  "title": "TLS1.2 only",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "Zone setting identifier.",
          "enum": [
            "tls_1_2_only"
          ],
          "example": "tls_1_2_only"
        },
        "value": {
          "$ref": "#/components/schemas/zones_tls_1_2_only_value"
        }
      }
    }
  ],
  "description": "Only allows TLS1.2."
}