CallCredentialsArgs

data class CallCredentialsArgs(val callCredentialType: Output<CallCredentialsCallCredentialType>? = null, val fromPlugin: Output<MetadataCredentialsFromPluginArgs>? = null) : ConvertibleToJava<CallCredentialsArgs>

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

Constructors

Link copied to clipboard
fun CallCredentialsArgs(callCredentialType: Output<CallCredentialsCallCredentialType>? = null, fromPlugin: Output<MetadataCredentialsFromPluginArgs>? = null)

Functions

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

Properties

Link copied to clipboard

The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.

Link copied to clipboard

Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.