Show / Hide Table of Contents

Class PushCredentialsRequest

Request message for PushCredentials.

Inheritance
object
PushCredentialsRequest
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.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class PushCredentialsRequest : IDirectResponseSchema

Properties

ApplicationDefaultCredentials

Optional. Credentials used by Cloud Client Libraries, Google API Client Libraries, and other tooling within the user conainer: https://cloud.google.com/docs/authentication/application-default-credentials

Declaration
[JsonProperty("applicationDefaultCredentials")]
public virtual OAuthToken ApplicationDefaultCredentials { get; set; }
Property Value
Type Description
OAuthToken

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX