fleet/schema/tables/authorization_mechanisms.yml
Eric 02437a098e
Schema: change default block scalar used in schema override files (#19296)
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
2024-05-27 18:18:56 -05:00

9 lines
350 B
YAML

name: authorization_mechanisms
examples: |-
Discover privileged macOS authorization mechanisms, which could include third
party software. Finding third party software using this means it is likely an
important piece of software that should be kept very up to date.
```
SELECT * FROM authorization_mechanisms WHERE privileged='true';
```