The type of TLS termination associated with the application.
{ "$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" }