teams-devices_device-posture-integrations

APIs.ioEngineeringPlatform

Properties

Name Type Description
config object
id object
interval object
name object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-device-posture-integrations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_device-posture-integrations",
  "title": "teams-devices_device-posture-integrations",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/teams-devices_config_response"
    },
    "id": {
      "$ref": "#/components/schemas/teams-devices_uuid"
    },
    "interval": {
      "$ref": "#/components/schemas/teams-devices_interval"
    },
    "name": {
      "$ref": "#/components/schemas/teams-devices_components-schemas-name"
    },
    "type": {
      "$ref": "#/components/schemas/teams-devices_schemas-type"
    }
  },
  "type": "object"
}