ChannelCredentialsArgs

data class ChannelCredentialsArgs(val certificates: Output<TlsCertificatePathsArgs>? = null, val channelCredentialType: Output<ChannelCredentialsChannelCredentialType>? = null) : ConvertibleToJava<ChannelCredentialsArgs>

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

Constructors

Link copied to clipboard
fun ChannelCredentialsArgs(certificates: Output<TlsCertificatePathsArgs>? = null, channelCredentialType: Output<ChannelCredentialsChannelCredentialType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ChannelCredentialsArgs

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.