fleet/schema/tables/users.yml
Mike McNeil 6630a0f875
Table docs: Less confusing parentheses + update DRIs (#40105)
Co-authored-by: Eric <eashaw@sailsjs.com>
2026-02-20 09:04:54 +00:00

64 lines
1.2 KiB
YAML

name: users
description: Local user accounts (including domain accounts that have logged on locally on Windows).
platforms:
- darwin
- windows
- linux
- chrome
examples: |-
List users that have interactive access via a shell that isn't false.
```
SELECT * FROM users WHERE shell!='/usr/bin/false';
```
columns:
- name: gid
platforms:
- darwin
- windows
- linux
- name: uid_signed
platforms:
- darwin
- windows
- linux
- name: gid_signed
platforms:
- darwin
- windows
- linux
- name: description
platforms:
- darwin
- windows
- linux
- name: directory
platforms:
- darwin
- windows
- linux
- name: shell
platforms:
- darwin
- windows
- linux
- name: uuid
- name: email
required: false
type: text
description: Email
platforms:
- chrome
- name: type
platforms:
- windows
- name: is_hidden
platforms:
- darwin
- name: pid_with_namespace
platforms:
- linux
- name: username
description: Username
notes: |-
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).