fleet/schema/tables/icloud_private_relay.yml
Rachael Shaw 85cfd0d2d8
Update icloud_private_relay.yml (#11700)
Updated the platform name to "darwin" to fix missing icon:
<img width="977" alt="Screenshot 2023-05-15 at 1 19 17 PM"
src="https://github.com/fleetdm/fleet/assets/3065949/4c2163b8-aa30-4b55-838e-c0a36cb20a6d">
2023-05-15 13:45:24 -05:00

12 lines
571 B
YAML

name: icloud_private_relay
platforms:
- darwin
description: Whether [iCloud Private Relay](https://support.apple.com/en-us/HT212614) is enabled.
columns:
- name: status
type: integer
required: false
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](https://fleetdm.com/docs/using-fleet/orbit), the osquery manager from Fleet. Fleetd can be built with [fleetctl](https://fleetdm.com/docs/using-fleet/adding-hosts#osquery-installer).
evented: false