Class ServiceAccount
A service account.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class ServiceAccount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Email address of the service account. If empty, default Compute service account will be used.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Scope
The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.
Declaration
[JsonProperty("scope")]
public virtual IList<string> Scope { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |