Class UserPosixAccount
- 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
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Gecos
The GECOS (user information) for this account.
public virtual string Gecos { get; set; }
Property Value
Gid
The default group ID.
public virtual ulong? Gid { get; set; }
Property Value
HomeDirectory
The path to the home directory for this account.
public virtual string HomeDirectory { get; set; }
Property Value
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
SystemId
System identifier for which account Username or Uid apply to.
public virtual string SystemId { get; set; }
Property Value
Uid
The POSIX compliant user ID.
public virtual ulong? Uid { get; set; }
Property Value
Username
The username of the account.
public virtual string Username { get; set; }