mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
15 lines
407 B
YAML
15 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
|