Share via


Type de ressource managedDeviceOverview

Espace de noms: microsoft.graph

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

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
  },
  "deviceExchangeAccessStateSummary": {
    "@odata.type": "microsoft.graph.deviceExchangeAccessStateSummary",
    "allowedDeviceCount": 1024,
    "blockedDeviceCount": 1024,
    "quarantinedDeviceCount": 1024,
    "unknownDeviceCount": 1024,
    "unavailableDeviceCount": 1024
  }
}