posixAccounts property

List<PosixAccount>? posixAccounts
getter/setter pair

The list of POSIX accounts associated with the user.

Implementation

core.List<PosixAccount>? posixAccounts;