teams-devices_config_response

The configuration object containing third-party integration information.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-config-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_config_response",
  "title": "teams-devices_config_response",
  "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"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/teams-devices_workspace_one_config_response"
    }
  ],
  "type": "object"
}