Table of Contents

Class UserPosixAccount

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for a POSIX account entry. Description of the field family: go/fbs-posix.

public class UserPosixAccount : IDirectResponseSchema
Inheritance
UserPosixAccount
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserPosixAccount()

public UserPosixAccount()

Properties

AccountId

A POSIX account field identifier. (Read-only)

public virtual string AccountId { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Gecos

The GECOS (user information) for this account.

public virtual string Gecos { get; set; }

Property Value

string

Gid

The default group ID.

public virtual ulong? Gid { get; set; }

Property Value

ulong?

HomeDirectory

The path to the home directory for this account.

public virtual string HomeDirectory { get; set; }

Property Value

string

Primary

If this is user's primary account within the SystemId.

public virtual bool? Primary { get; set; }

Property Value

bool?

Shell

The path to the login shell for this account.

public virtual string Shell { get; set; }

Property Value

string

SystemId

System identifier for which account Username or Uid apply to.

public virtual string SystemId { get; set; }

Property Value

string

Uid

The POSIX compliant user ID.

public virtual ulong? Uid { get; set; }

Property Value

ulong?

Username

The username of the account.

public virtual string Username { get; set; }

Property Value

string