PosixAccount class
The POSIX account information associated with a Google account.
Constructors
- PosixAccount()
- PosixAccount.fromJson(Map _json)
Properties
- accountId ↔ String
-
Output only. A POSIX account identifier.
read / write
- gecos ↔ String
-
The GECOS (user information) entry for this account.
read / write
- gid ↔ String
-
The default group ID.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- homeDirectory ↔ String
-
The path to the home directory for this account.
read / write
- name ↔ String
-
Output only. The canonical resource name.
read / write
- operatingSystemType ↔ String
-
The operating system type where this account applies.
Possible string values are: [...]
read / write
- primary ↔ bool
-
Only one POSIX account can be marked as primary.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- shell ↔ String
-
The path to the logic shell for this account.
read / write
- systemId ↔ String
-
System identifier for which account the username or uid applies to. By
default, the empty value is used.
read / write
- uid ↔ String
-
The user ID.
read / write
- username ↔ String
-
The username of the POSIX account.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited