PosixAccount class

The POSIX account information associated with a Google account.

Constructors

PosixAccount({String? accountId, String? gecos, String? gid, String? homeDirectory, String? name, String? operatingSystemType, bool? primary, String? shell, String? systemId, String? uid, String? username})
PosixAccount.fromJson(Map json_)

Properties

accountId String?
A POSIX account identifier.
getter/setter pair
gecos String?
The GECOS (user information) entry for this account.
getter/setter pair
gid String?
The default group ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeDirectory String?
The path to the home directory for this account.
getter/setter pair
name String?
The canonical resource name.
getter/setter pair
operatingSystemType String?
The operating system type where this account applies. Possible string values are:
getter/setter pair
primary bool?
Only one POSIX account can be marked as primary.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shell String?
The path to the logic shell for this account.
getter/setter pair
systemId String?
System identifier for which account the username or uid applies to.
getter/setter pair
uid String?
The user ID.
getter/setter pair
username String?
The username of the POSIX account.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited