Custom Https Configuration Response
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
Properties
Link copied to clipboard
Defines the source of the SSL certificate
Link copied to clipboard
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
The name of the Key Vault secret representing the full certificate PFX
Link copied to clipboard
The version of the Key Vault secret representing the full certificate PFX
Link copied to clipboard
The Key Vault containing the SSL certificate