legacy-jhs_tls

The type of TLS termination associated with the application.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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