Kolide Config

APIs.ioEngineeringPlatform

Properties

Name Type Description
client_id string The Kolide client ID.
client_secret string The Kolide client secret.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-kolide-config-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_kolide_config_request",
  "title": "Kolide Config",
  "properties": {
    "client_id": {
      "description": "The Kolide client ID.",
      "example": "example client id",
      "type": "string"
    },
    "client_secret": {
      "description": "The Kolide client secret.",
      "example": "example client secret",
      "type": "string"
    }
  },
  "required": [
    "client_id",
    "client_secret"
  ],
  "type": "object"
}