teams-devices_components-schemas-type

The type of device managed network.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-components-schemas-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_components-schemas-type",
  "title": "teams-devices_components-schemas-type",
  "description": "The type of device managed network.",
  "enum": [
    "tls"
  ],
  "example": "tls",
  "type": "string"
}