Class CallCredentials
[Deprecated] gRPC call credentials to access the SDS server. gRPC call credentials to access the SDS server.
Inheritance
System.Object
CallCredentials
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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
Google.Apis.Requests.IDirectResponseSchema