teams-devices_schemas-type

The type of device posture integration.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-schemas-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_schemas-type",
  "title": "teams-devices_schemas-type",
  "description": "The type of device posture integration.",
  "enum": [
    "workspace_one",
    "crowdstrike_s2s",
    "uptycs",
    "intune",
    "kolide",
    "tanium",
    "sentinelone_s2s",
    "custom_s2s"
  ],
  "example": "workspace_one",
  "type": "string"
}