Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get deviceCompliancePolicyDeviceStateSummary | deviceCompliancePolicyDeviceStateSummary | Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary object. |
| Update deviceCompliancePolicyDeviceStateSummary | deviceCompliancePolicyDeviceStateSummary | Update the properties of a deviceCompliancePolicyDeviceStateSummary object. |
Properties
| Property | Type | Description |
|---|---|---|
| inGracePeriodCount | Int32 | Number of devices that are in grace period |
| configManagerCount | Int32 | Number of devices that have compliance managed by System Center Configuration Manager |
| id | String | Key of the entity. |
| unknownDeviceCount | Int32 | Number of unknown devices |
| notApplicableDeviceCount | Int32 | Number of not applicable devices |
| compliantDeviceCount | Int32 | Number of compliant devices |
| remediatedDeviceCount | Int32 | Number of remediated devices |
| nonCompliantDeviceCount | Int32 | Number of NonCompliant devices |
| errorDeviceCount | Int32 | Number of error devices |
| conflictDeviceCount | Int32 | Number of conflict devices |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceCompliancePolicyDeviceStateSummary",
"inGracePeriodCount": 1024,
"configManagerCount": 1024,
"id": "String (identifier)",
"unknownDeviceCount": 1024,
"notApplicableDeviceCount": 1024,
"compliantDeviceCount": 1024,
"remediatedDeviceCount": 1024,
"nonCompliantDeviceCount": 1024,
"errorDeviceCount": 1024,
"conflictDeviceCount": 1024
}