CustomDomainHttpsParameters interface

The JSON object that contains the properties to secure a custom domain.

Properties

certificateSource

Polymorphic discriminator, which specifies the different types this object can be

minimumTlsVersion

TLS protocol version that will be used for Https

protocolType

Defines the TLS extension protocol that is used for secure delivery.

Property Details

certificateSource

Polymorphic discriminator, which specifies the different types this object can be

certificateSource: "Cdn" | "AzureKeyVault"

Property Value

"Cdn" | "AzureKeyVault"

minimumTlsVersion

TLS protocol version that will be used for Https

minimumTlsVersion?: MinimumTlsVersion

Property Value

protocolType

Defines the TLS extension protocol that is used for secure delivery.

protocolType: string

Property Value

string