Tls Validation Context Response
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
fun TlsValidationContextResponse(certificatePath: String, sdsConfig: SdsConfigResponse, validationSource: String)