TlsValidationContextResponse

data class TlsValidationContextResponse(val certificatePath: String, val sdsConfig: SdsConfigResponse, val validationSource: String)

Deprecated Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. validate the client/server certificate.

Constructors

Link copied to clipboard
constructor(certificatePath: String, sdsConfig: SdsConfigResponse, validationSource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the file holding the CA certificate to validate the client or server certificate.

Link copied to clipboard

Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.

Link copied to clipboard

Defines how TLS certificates are obtained.