TlsCertificateContextResponse

data class TlsCertificateContextResponse(val certificatePaths: TlsCertificatePathsResponse, val certificateSource: String, val sdsConfig: SdsConfigResponse)

Deprecated Defines the mechanism to obtain the client or server certificate. Defines the mechanism to obtain the client or server certificate.

Constructors

Link copied to clipboard
fun TlsCertificateContextResponse(certificatePaths: TlsCertificatePathsResponse, certificateSource: String, sdsConfig: SdsConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.

Link copied to clipboard

Defines how TLS certificates are obtained.

Link copied to clipboard

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