TABLE NAMElinux_group_accounts
DESCRIPTIONThe linux_group_accounts stores the alternate users for linux groups. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| id | pkey | false | true | | | 1.81.18 | a generated unique number | | group | group_id | false | false | linux_groups.name | | 1.81.18 | the linux group name | | user | linux_username | false | false | linux_accounts.username | | 1.81.22 | the linux account that is an alternate member | | isPrimary | boolean | false | false | | | 1.81.18 | flag showing that this group is the user's primary group | | operatingSystemVersion | fkey | true | false | operating_system_versions.pkey | | 1.81.18 | the version of operating system where this group and user are associated, or null for all operating system versions |
|