CustomDomainHttpsParameters interface
The JSON object that contains the properties to secure a custom domain.
Properties
certificate |
Polymorphic discriminator, which specifies the different types this object can be |
minimum |
TLS protocol version that will be used for Https |
protocol |
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