deviceManagementReports resource type

Namespace: microsoft.graph

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

Singleton entity that acts as a container for all reports functionality.

Methods

Method Return Type Description
Get deviceManagementReports deviceManagementReports Read properties and relationships of the deviceManagementReports object.
Update deviceManagementReports deviceManagementReports Update the properties of a deviceManagementReports object.
getDeviceNonComplianceReport action Stream Not yet documented
getNoncompliantDevicesAndSettingsReport action Stream Not yet documented
getDeviceStatusSummaryByCompliacePolicyReport action Stream Not yet documented
getDeviceStatusByCompliacePolicyReport action Stream Not yet documented
getDeviceStatusSummaryByCompliancePolicySettingsReport action Stream Not yet documented
getDeviceStatusByCompliancePolicySettingReport action Stream Not yet documented
getDevicesStatusByPolicyPlatformComplianceReport action Stream Not yet documented
getDevicesStatusBySettingReport action Stream Not yet documented
getDevicePoliciesComplianceReport action Stream Not yet documented
getDevicePolicySettingsComplianceReport action Stream Not yet documented
getDevicesWithoutCompliancePolicyReport action Stream Not yet documented
getPolicyNonComplianceReport action Stream Not yet documented
getPolicyNonComplianceMetadata action Stream Not yet documented
getPolicyNonComplianceSummaryReport action Stream Not yet documented
getSettingNonComplianceReport action Stream Not yet documented
getReportFilters action Stream Not yet documented
getHistoricalReport action Stream Not yet documented
getAutopilotDeploymentStatus action Stream Not yet documented
getConfigurationPolicyNonComplianceSummaryReport action Stream Not yet documented
getConfigurationPolicyNonComplianceReport action Stream Not yet documented
getConfigurationSettingNonComplianceReport action Stream Not yet documented
getDeviceManagementIntentSettingsReport action Stream Not yet documented
getDeviceManagementIntentPerSettingContributingProfiles action Stream Not yet documented
getCompliancePolicyNonComplianceSummaryReport action Stream Not yet documented
getCompliancePolicyNonComplianceReport action Stream Not yet documented
getComplianceSettingNonComplianceReport action Stream Not yet documented
getCachedReport action Stream Not yet documented

Properties

Property Type Description
id String Unique identifier for this entity

Relationships

Relationship Type Description
exportJobs deviceManagementExportJob collection Entity representing a job to export a report

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementReports",
  "id": "String (identifier)"
}