Frontdoor Custom Domain Tls
data class FrontdoorCustomDomainTls(val cdnFrontdoorSecretId: String? = null, val certificateType: String? = null, val minimumTlsVersion: String? = null)
Properties
Link copied to clipboard
Resource ID of the Front Door Secret.
Link copied to clipboard
Defines the source of the SSL certificate. Possible values include CustomerCertificate
and ManagedCertificate
. Defaults to ManagedCertificate
.
Link copied to clipboard
TLS protocol version that will be used for Https. Possible values are TLS12
. Defaults to TLS12
.