userExperienceAnalyticsCloudManagementDevicesSummary resource type

Namespace: microsoft.graph

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

The user experience work from anywhere Cloud management devices summary.

Properties

Property Type Description
coManagedDeviceCount Int32 Total number of co-managed devices. Read-only.
intuneDeviceCount Int32 The count of intune devices that are not autopilot registerd. Read-only.
tenantAttachDeviceCount Int32 Total count of tenant attach devices. Read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary",
  "coManagedDeviceCount": 1024,
  "intuneDeviceCount": 1024,
  "tenantAttachDeviceCount": 1024
}