BackendTlsPropertiesResponse

data class BackendTlsPropertiesResponse(val validateCertificateChain: Boolean? = null, val validateCertificateName: Boolean? = null)

Properties controlling TLS Certificate Validation.

Constructors

Link copied to clipboard
constructor(validateCertificateChain: Boolean? = null, validateCertificateName: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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