fleet/schema/tables/preferences.yml
Mike McNeil 6049822df3
Add caveats to "preferences" table (#8652)
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
2022-12-07 08:08:15 -06:00

16 lines
407 B
YAML

name: preferences
examples: >-
This table reads a huge amount of preferences, including on third-party apps.
This query will show how many users are enrolled to TouchID.
```
SELECT * FROM preferences WHERE subkey='dailyEvents/2/enrolledUserCount';
```
notes: >-
- The `value` column will be empty for keys that contain binary data.
columns:
- name: username
requires_user_context: true