tls-certificates-and-hostnames_setting_id

The TLS Setting name.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-setting-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_setting_id",
  "title": "tls-certificates-and-hostnames_setting_id",
  "description": "The TLS Setting name.",
  "enum": [
    "ciphers",
    "min_tls_version",
    "http2"
  ],
  "type": "string"
}