teams-devices_config_request

The configuration object containing third-party integration information.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-config-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_config_request",
  "title": "teams-devices_config_request",
  "description": "The configuration object containing third-party integration information.",
  "example": {
    "api_url": "https://as123.awmdm.com/API",
    "auth_url": "https://na.uemauth.vmwservices.com/connect/token",
    "client_id": "example client id",
    "client_secret": "example client secret"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/teams-devices_workspace_one_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_crowdstrike_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_uptycs_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_intune_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_kolide_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_tanium_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_sentinelone_s2s_config_request"
    },
    {
      "$ref": "#/components/schemas/teams-devices_custom_s2s_config_request"
    }
  ],
  "type": "object"
}