mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
6049822df3
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
16 lines
407 B
YAML
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
|