Channel Credentials Args
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
constructor(certificates: Output<TlsCertificatePathsArgs>? = null, channelCredentialType: Output<ChannelCredentialsChannelCredentialType>? = null)
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.