Class ServiceAccount
Carries information about a Google Cloud service account.
Inheritance
object
ServiceAccount
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class ServiceAccount : IDirectResponseSchema
Properties
Email address of the service account. If not specified, the default Compute Engine service account for the project will be used.
Declaration
[JsonProperty("email")]
public virtual string Email { 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 |
Scopes
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |