GetGatewayHostnameConfigurationResult

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.

Constructors

Link copied to clipboard
constructor(certificateId: String? = null, hostname: String? = null, http2Enabled: Boolean? = null, id: String, name: String, negotiateClientCertificate: Boolean? = null, tls10Enabled: Boolean? = null, tls11Enabled: Boolean? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateId: String? = null

Identifier of Certificate entity that will be used for TLS connection establishment

Link copied to clipboard
val hostname: String? = null

Hostname value. Supports valid domain name, partial or full wildcard

Link copied to clipboard
val http2Enabled: Boolean? = null

Specifies if HTTP/2.0 is supported

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Determines whether gateway requests client certificate

Link copied to clipboard
val tls10Enabled: Boolean? = null

Specifies if TLS 1.0 is supported

Link copied to clipboard
val tls11Enabled: Boolean? = null

Specifies if TLS 1.1 is supported

Link copied to clipboard

Resource type for API Management resource.