CustomHttpsConfigurationResponse

data class CustomHttpsConfigurationResponse(val certificateSource: String, val certificateType: String? = null, val minimumTlsVersion: String, val protocolType: String, val secretName: String? = null, val secretVersion: String? = null, val vault: KeyVaultCertificateSourceParametersResponseVault? = null)

Https settings for a domain

Constructors

Link copied to clipboard
constructor(certificateSource: String, certificateType: String? = null, minimumTlsVersion: String, protocolType: String, secretName: String? = null, secretVersion: String? = null, vault: KeyVaultCertificateSourceParametersResponseVault? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the source of the SSL certificate

Link copied to clipboard
val certificateType: String? = null

Defines the type of the certificate used for secure connections to a frontendEndpoint

Link copied to clipboard

The minimum TLS version required from the clients to establish an SSL handshake with Front Door.

Link copied to clipboard

Defines the TLS extension protocol that is used for secure delivery

Link copied to clipboard
val secretName: String? = null

The name of the Key Vault secret representing the full certificate PFX

Link copied to clipboard
val secretVersion: String? = null

The version of the Key Vault secret representing the full certificate PFX

Link copied to clipboard

The Key Vault containing the SSL certificate