GetGatewayHostNameConfigurationResult

data class GetGatewayHostNameConfigurationResult(val apiManagementId: String, val certificateId: String, val gatewayName: String, val hostName: String, val http2Enabled: Boolean, val id: String, val name: String, val requestClientCertificateEnabled: Boolean, val tls10Enabled: Boolean, val tls11Enabled: Boolean)

A collection of values returned by getGatewayHostNameConfiguration.

Constructors

Link copied to clipboard
constructor(apiManagementId: String, certificateId: String, gatewayName: String, hostName: String, http2Enabled: Boolean, id: String, name: String, requestClientCertificateEnabled: Boolean, tls10Enabled: Boolean, tls11Enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The ID of the certificate used for TLS connection establishment.

Link copied to clipboard
Link copied to clipboard

The host name used for the API Management Gateway Host Name Configuration.

Link copied to clipboard

Whether HTTP/2.0 is supported.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Whether the API Management Gateway requests a client certificate.

Link copied to clipboard

Whether TLS 1.0 is supported.

Link copied to clipboard

Whether TLS 1.1 is supported.