mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Schema: update override column descriptions for system_info and chrome_extensions tables (#14395)
Related to: #14166 Changes: - updated the override column descriptions for the `system_info` and `chrome_extensions` tables to include the descriptions from the osquery schema.
This commit is contained in:
parent
8035fc7511
commit
4bea8a4c92
2 changed files with 6 additions and 6 deletions
|
|
@ -58,7 +58,7 @@ columns:
|
|||
- linux
|
||||
- name: path
|
||||
type: string
|
||||
description: Defaults to '' on ChromeOS
|
||||
description: Path to extension folder. Defaults to '' on ChromeOS
|
||||
- name: optional_permissions
|
||||
platforms:
|
||||
- darwin
|
||||
|
|
|
|||
|
|
@ -57,19 +57,19 @@ columns:
|
|||
- linux
|
||||
- name: hostname
|
||||
type: string
|
||||
description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
description: Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
- name: computer_name
|
||||
type: string
|
||||
description: For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only
|
||||
description: Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only
|
||||
- name: hardware_serial
|
||||
type: string
|
||||
description: The device's serial number (For chromeos, this is only available if the extension was force-installed by an enterprise policy)
|
||||
description: The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
- name: hardware_vendor
|
||||
type: string
|
||||
description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
description: Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
- name: hardware_model
|
||||
type: string
|
||||
description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
description: Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||
- name: cpu_brand
|
||||
type: string
|
||||
- name: cpu_type
|
||||
|
|
|
|||
Loading…
Reference in a new issue