Microsoft Graph · Schema

deviceExchangeAccessStateSummary

Device Exchange Access State summary

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
allowedDeviceCount number Total count of devices with Exchange Access State: Allowed.
blockedDeviceCount number Total count of devices with Exchange Access State: Blocked.
quarantinedDeviceCount number Total count of devices with Exchange Access State: Quarantined.
unavailableDeviceCount number Total count of devices for which no Exchange Access State could be found.
unknownDeviceCount number Total count of devices with Exchange Access State: Unknown.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeviceexchangeaccessstatesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceExchangeAccessStateSummary",
  "title": "deviceExchangeAccessStateSummary",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "allowedDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total count of devices with Exchange Access State: Allowed.",
      "format": "int32"
    },
    "blockedDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total count of devices with Exchange Access State: Blocked.",
      "format": "int32"
    },
    "quarantinedDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total count of devices with Exchange Access State: Quarantined.",
      "format": "int32"
    },
    "unavailableDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total count of devices for which no Exchange Access State could be found.",
      "format": "int32"
    },
    "unknownDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total count of devices with Exchange Access State: Unknown.",
      "format": "int32"
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Device Exchange Access State summary"
}