MutualTlsResponse

data class MutualTlsResponse(val mode: String)

Deprecated Configuration for the mutual Tls mode for peer authentication. Configuration for the mutual Tls mode for peer authentication.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the server TLS is configured to be strict or permissive. This field can be set to one of the following: STRICT: Client certificate must be presented, connection is in TLS. PERMISSIVE: Client certificate can be omitted, connection can be either plaintext or TLS.