Get Gateway Host Name Configuration Result
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
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
Whether HTTP/2.0 is supported.
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.