Show / Hide Table of Contents

Class CallCredentials

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

Inheritance
object
CallCredentials
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CallCredentials : IDirectResponseSchema

Properties

CallCredentialType

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.

Declaration
[JsonProperty("callCredentialType")]
public virtual string CallCredentialType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FromPlugin

Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.

Declaration
[JsonProperty("fromPlugin")]
public virtual MetadataCredentialsFromPlugin FromPlugin { get; set; }
Property Value
Type Description
MetadataCredentialsFromPlugin

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX