The type of device posture integration.
{ "$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" }