ServerTlsSettingsResponse

data class ServerTlsSettingsResponse(val proxyTlsContext: TlsContextResponse, val subjectAltNames: List<String>, val tlsMode: String)

The TLS settings for the server.

Constructors

Link copied to clipboard
fun ServerTlsSettingsResponse(proxyTlsContext: TlsContextResponse, subjectAltNames: List<String>, tlsMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures the mechanism to obtain security certificates and identity information.

Link copied to clipboard

A list of alternate names to verify the subject identity in the certificate presented by the client.

Link copied to clipboard

Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.