BackendTlsPropertiesArgs

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
constructor(validateCertificateChain: Output<Boolean>? = null, validateCertificateName: Output<Boolean>? = null)

Properties

Link copied to clipboard
val validateCertificateChain: Output<Boolean>? = null

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

Link copied to clipboard
val validateCertificateName: Output<Boolean>? = null

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

Functions

Link copied to clipboard
open override fun toJava(): BackendTlsPropertiesArgs