Get Gateway Hostname Configuration Result
data class GetGatewayHostnameConfigurationResult(val certificateId: String? = null, val hostname: String? = null, val http2Enabled: Boolean? = null, val id: String, val name: String, val negotiateClientCertificate: Boolean? = null, val tls10Enabled: Boolean? = null, val tls11Enabled: Boolean? = null, val type: String)
Gateway hostname configuration details.
Properties
Link copied to clipboard
Identifier of Certificate entity that will be used for TLS connection establishment
Link copied to clipboard
Specifies if HTTP/2.0 is supported
Link copied to clipboard
Determines whether gateway requests client certificate
Link copied to clipboard
Specifies if TLS 1.0 is supported
Link copied to clipboard
Specifies if TLS 1.1 is supported