GetGatewayHostnameConfigurationResult

data class GetGatewayHostnameConfigurationResult(val azureApiVersion: String, 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(azureApiVersion: String, 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

The Azure API version of the resource.

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"