Show / Hide Table of Contents

Class AgentTaskUserAccount

AgentTaskUserAccount contains the information of a POSIX account on the guest os which is used to execute the runnables.

Inheritance
object
AgentTaskUserAccount
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX