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:
Mo Zhu 2022-12-07 08:16:06 -08:00 committed by GitHub
parent 1ecd235312
commit 149ba5b24a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.