ChannelCredentialsResponse

data class ChannelCredentialsResponse(val certificates: TlsCertificatePathsResponse, val channelCredentialType: String)

Deprecated gRPC channel credentials to access the SDS server. gRPC channel credentials to access the SDS server.

Constructors

Link copied to clipboard
constructor(certificates: TlsCertificatePathsResponse, channelCredentialType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The call credentials to access the SDS server.

Link copied to clipboard

The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.