fleet/docs/Contributing/product-groups
Jordan Montgomery e9f595a2e2
31167: SUSP api (#32163)
For #31167 

Adds API Changes for showing user-scoped profile scoeps and managed
local user accounts

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] Added/updated automated tests
- [x] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [x] QA'd all new/changed functionality manually
2025-08-26 11:31:06 -04:00
..
mdm doc: some clarification on how to remove a previous org/enterprise when trying to enable Android MDM again (#31858) 2025-08-13 15:09:10 -04:00
orchestration 31167: SUSP api (#32163) 2025-08-26 11:31:06 -04:00
software Organize contributor docs and establish ADR process and template (#29101) 2025-05-17 15:03:52 -05:00
README.md Organize contributor docs and establish ADR process and template (#29101) 2025-05-17 15:03:52 -05:00

Fleet product groups

Fleet is organized into three main product groups:

MDM

The MDM product group focuses on Mobile Device Management, including:

  • Apple MDM (macOS, iOS)
  • Windows MDM
  • Android MDM
  • End user authentication
  • Disk encryption
  • Automated device enrollment

Orchestration

The Orchestration product group focuses on device orchestration using osquery, including:

  • Live queries
  • Scheduled queries
  • Query packs
  • Host vitals
  • Teams and access control
  • File carving
  • Policies
  • Scripts

Software

The Software product group focuses on software management, including:

  • Software inventory
  • Vulnerability management
  • Software installation
  • Software updates
  • Software policies
  • Fleet-maintained apps

Cross-Product Documentation

Some documentation applies to multiple product groups: