GatewayTls

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
sslPassthrough boolean
minimumProtocolVersion string
certificateFrom string
View JSON Schema on GitHub

JSON Schema

application-research-gatewaytls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GatewayTls",
  "title": "GatewayTls",
  "type": "object",
  "properties": {
    "sslPassthrough": {
      "type": "boolean"
    },
    "minimumProtocolVersion": {
      "type": "string",
      "default": "1.2",
      "enum": [
        "1.2",
        "1.3"
      ]
    },
    "certificateFrom": {
      "type": "string"
    }
  }
}