ServerTlsSettingsTlsMode

enum ServerTlsSettingsTlsMode : Enum<ServerTlsSettingsTlsMode> , ConvertibleToJava<ServerTlsSettingsTlsMode>

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.

Entries

Link copied to clipboard
Link copied to clipboard

Secure connections to the backends using mutual TLS by presenting client certificates for authentication.

Link copied to clipboard

Secure connections with standard TLS semantics.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ServerTlsSettingsTlsMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ServerTlsSettingsTlsMode
Link copied to clipboard
Link copied to clipboard