spectrum-config_tls

The type of TLS termination associated with the application.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-tls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_tls",
  "title": "spectrum-config_tls",
  "description": "The type of TLS termination associated with the application.",
  "enum": [
    "off",
    "flexible",
    "full",
    "strict"
  ],
  "example": "full",
  "type": "string"
}