Backend Tls Properties Args
data class BackendTlsPropertiesArgs(val validateCertificateChain: Output<Boolean>? = null, val validateCertificateName: Output<Boolean>? = null) : ConvertibleToJava<BackendTlsPropertiesArgs>
Properties controlling TLS Certificate Validation.
Constructors
Link copied to clipboard
fun BackendTlsPropertiesArgs(validateCertificateChain: Output<Boolean>? = null, validateCertificateName: Output<Boolean>? = null)