Server Tls Settings Response
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
Properties
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.