PosixUser class

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

Constructors

PosixUser({required int gid, required int uid, List<int>? secondaryGids})
PosixUser.fromJson(Map<String, dynamic> json)
factory

Properties

gid int
The POSIX group ID used for all file system operations using this access point.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryGids List<int>?
Secondary POSIX group IDs used for all file system operations using this access point.
final
uid int
The POSIX user ID used for all file system operations using this access point.
final

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