CallCredentialsResponse

data class CallCredentialsResponse(val callCredentialType: String, val fromPlugin: MetadataCredentialsFromPluginResponse)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

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.