Context Local User
Represents a local user which is usually resolved by the Local authorization.
Properties
name
string
(User)name of the user.
displayName
string
The display name (or title or GECOS) of the user.
uid
uint32
The UID (user identifier) of the user.
group
The primary group of the user.
gid
uint32
Shortcut for group.gid
.
groups
The groups (do not confuse with the primary group) of the user.
gids
[]uint32
Shortcut for groups.*.gid
.
shell
string
The used shell of the user.
homeDir
string
The home directory of the user.