Partager via


Type de ressource managedDeviceOverview

Espace de noms: microsoft.graph

Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Données de synthèse pour les appareils gérés

Méthodes

Méthode Type renvoyé Description
Get managedDeviceOverview managedDeviceOverview Lit les propriétés et relations de l’objet managedDeviceOverview.
Update managedDeviceOverview managedDeviceOverview Met à jour les propriétés d’un objet managedDeviceOverview.

Propriétés

Propriété Type Description
id String Identificateur unique du récapitulatif.
enrolledDeviceCount Int32 Nombre total d’appareils inscrits. N’inclut pas les appareils PC gérés via Intune PC Agent
mdmEnrolledCount Int32 Nombre d’appareils inscrits dans MDM
dualEnrolledDeviceCount Int32 Nombre d’appareils inscrits dans MDM et EAS
deviceOperatingSystemSummary deviceOperatingSystemSummary Récapitulatif des systèmes d’exploitation de l’appareil mobile.
deviceExchangeAccessStateSummary deviceExchangeAccessStateSummary Distribution de l’état d’accès Exchange dans Intune
managedDeviceModelsAndManufacturers managedDeviceModelsAndManufacturers Modélise et fabrique meatadata pour les appareils gérés dans le compte
lastModifiedDateTime DateTimeOffset Vue d’ensemble de la date et de l’heure de la dernière modification de l’appareil

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.managedDeviceOverview",
  "id": "String (identifier)",
  "enrolledDeviceCount": 1024,
  "mdmEnrolledCount": 1024,
  "dualEnrolledDeviceCount": 1024,
  "deviceOperatingSystemSummary": {
    "@odata.type": "microsoft.graph.deviceOperatingSystemSummary",
    "androidCount": 1024,
    "iosCount": 1024,
    "macOSCount": 1024,
    "windowsMobileCount": 1024,
    "windowsCount": 1024,
    "unknownCount": 1024,
    "androidDedicatedCount": 1024,
    "androidDeviceAdminCount": 1024,
    "androidFullyManagedCount": 1024,
    "androidWorkProfileCount": 1024,
    "androidCorporateWorkProfileCount": 1024,
    "configMgrDeviceCount": 1024,
    "aospUserlessCount": 1024,
    "aospUserAssociatedCount": 1024,
    "linuxCount": 1024,
    "chromeOSCount": 1024
  },
  "deviceExchangeAccessStateSummary": {
    "@odata.type": "microsoft.graph.deviceExchangeAccessStateSummary",
    "allowedDeviceCount": 1024,
    "blockedDeviceCount": 1024,
    "quarantinedDeviceCount": 1024,
    "unknownDeviceCount": 1024,
    "unavailableDeviceCount": 1024
  },
  "managedDeviceModelsAndManufacturers": {
    "@odata.type": "microsoft.graph.managedDeviceModelsAndManufacturers",
    "deviceModels": [
      "String"
    ],
    "deviceManufacturers": [
      "String"
    ]
  },
  "lastModifiedDateTime": "String (timestamp)"
}