update spec

This commit is contained in:
mlsmaycon
2026-03-14 21:41:33 +01:00
parent bf92740439
commit d2a9333cfe
2 changed files with 13 additions and 4 deletions

View File

@@ -4203,7 +4203,7 @@ components:
FleetDMMatchAttributes:
type: object
description: Attribute conditions to match when approving FleetDM hosts
description: Attribute conditions to match when approving FleetDM hosts. Most attributes work with FleetDM's free/open-source version. Premium-only attributes are marked accordingly
additionalProperties: false
properties:
disk_encryption_enabled:
@@ -4231,6 +4231,12 @@ components:
status_online:
type: boolean
description: Whether the host must be online (recently seen by Fleet)
required_policies:
type: array
description: List of FleetDM policy IDs that must be passing on the host. If any of these policies is failing, the host is non-compliant
items:
type: integer
example: [1, 5, 12]
CreateScimIntegrationRequest:
type: object