Class AgentTaskUserAccount
AgentTaskUserAccount contains the information of a POSIX account on the guest os which is used to execute the runnables.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class AgentTaskUserAccount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gid
gid id an unique identifier of the POSIX account group corresponding to the user account.
Declaration
[JsonProperty("gid")]
public virtual long? Gid { get; set; }
Property Value
Type | Description |
---|---|
long? |
Uid
uid is an unique identifier of the POSIX account corresponding to the user account.
Declaration
[JsonProperty("uid")]
public virtual long? Uid { get; set; }
Property Value
Type | Description |
---|---|
long? |