GetCustomHostnamesResultSslSettings

data class GetCustomHostnamesResultSslSettings(val ciphers: List<String>, val earlyHints: String, val http2: String, val minTlsVersion: String, val tls13: String)

Constructors

Link copied to clipboard
constructor(ciphers: List<String>, earlyHints: String, http2: String, minTlsVersion: String, tls13: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.

Link copied to clipboard

Whether or not Early Hints is enabled. Available values: "on", "off".

Link copied to clipboard

Whether or not HTTP2 is enabled. Available values: "on", "off".

Link copied to clipboard

The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".

Link copied to clipboard

Whether or not TLS 1.3 is enabled. Available values: "on", "off".