Tls Certificate Context Response
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)