comanagementEligibleDevicesSummary resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Properties

Property Type Description
comanagedCount Int32 Count of devices already Co-Managed
eligibleCount Int32 Count of devices fully eligible for Co-Management
scheduledForEnrollmentCount Int32 Count of devices scheduled for Co-Management enrollment. Valid values 0 to 9999999
eligibleButNotAzureAdJoinedCount Int32 Count of devices eligible for Co-Management but not yet joined to Azure Active Directory
needsOsUpdateCount Int32 Count of devices that will be eligible for Co-Management after an OS update
ineligibleCount Int32 Count of devices ineligible for Co-Management

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.comanagementEligibleDevicesSummary",
  "comanagedCount": 1024,
  "eligibleCount": 1024,
  "scheduledForEnrollmentCount": 1024,
  "eligibleButNotAzureAdJoinedCount": 1024,
  "needsOsUpdateCount": 1024,
  "ineligibleCount": 1024
}