Endpoint Custom Domain User Managed Https Args
data class EndpointCustomDomainUserManagedHttpsArgs(val keyVaultSecretId: Output<String>, val tlsVersion: Output<String>? = null) : ConvertibleToJava<EndpointCustomDomainUserManagedHttpsArgs>
Properties
Link copied to clipboard
The ID of the Key Vault Secret that contains the HTTPS certificate.
Link copied to clipboard
The minimum TLS protocol version that is used for HTTPS. Possible values are TLS10
(representing TLS 1.0/1.1), TLS12
(representing TLS 1.2) and None
(representing no minimums). Defaults to TLS12
.