mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Closes: #19271 Closes: #19286 Changes: - Updated the example in the schema folder readme - Updated the block scalar used in Fleet's osquery override documentation (`>-` » `|-`) and removed extra newlines - Updated the block scalar used in URLs used to create new yaml override files - Regenerated osqeury_fleet_schema.json
9 lines
326 B
YAML
9 lines
326 B
YAML
name: usb_devices
|
|
examples: |-
|
|
Identify Yubikeys currently connected. The model field contains information
|
|
about what authentication protocols the keys are configured to support. This
|
|
table can be used to track any type of USB device.
|
|
|
|
```
|
|
SELECT model, vendor, version FROM usb_devices WHERE vendor='Yubico';
|
|
```
|