mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
document new icloud_private_relay table (#8910)
* document new icloud_private_relay table * Update icloud_private_relay.yml * "enabled" instead of "turned on" Co-authored-by: Guillaume Ross <guillaume@fleetdm.com> Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
This commit is contained in:
parent
1ecd235312
commit
149ba5b24a
1 changed files with 7 additions and 0 deletions
7
schema/tables/icloud_private_relay.yml
Normal file
7
schema/tables/icloud_private_relay.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: icloud_private_relay
|
||||
description: Whether (iCloud Private Relay)[https://support.apple.com/en-us/HT212614] is enabled.
|
||||
columns:
|
||||
- name: status
|
||||
description: whether iCloud Private Relay is on or off. 1 is on. 0 is off.
|
||||
notes: >-
|
||||
- This table is not a core osquery table. It is included as part of Fleetd, the osquery manager from Fleet.
|
||||
Loading…
Reference in a new issue