settingStateDeviceSummary resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Device Compilance Policy and Configuration for a Setting State summary
Methods
Method | Return Type | Description |
---|---|---|
List settingStateDeviceSummaries | settingStateDeviceSummary collection | List properties and relationships of the settingStateDeviceSummary objects. |
Get settingStateDeviceSummary | settingStateDeviceSummary | Read properties and relationships of the settingStateDeviceSummary object. |
Create settingStateDeviceSummary | settingStateDeviceSummary | Create a new settingStateDeviceSummary object. |
Delete settingStateDeviceSummary | None | Deletes a settingStateDeviceSummary. |
Update settingStateDeviceSummary | settingStateDeviceSummary | Update the properties of a settingStateDeviceSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
settingName | String | Name of the setting |
instancePath | String | Name of the InstancePath for the setting |
unknownDeviceCount | Int32 | Device Unkown count for the setting |
notApplicableDeviceCount | Int32 | Device Not Applicable count for the setting |
compliantDeviceCount | Int32 | Device Compliant count for the setting |
remediatedDeviceCount | Int32 | Device Compliant count for the setting |
nonCompliantDeviceCount | Int32 | Device NonCompliant count for the setting |
errorDeviceCount | Int32 | Device error count for the setting |
conflictDeviceCount | Int32 | Device conflict error count for the setting |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.settingStateDeviceSummary",
"id": "String (identifier)",
"settingName": "String",
"instancePath": "String",
"unknownDeviceCount": 1024,
"notApplicableDeviceCount": 1024,
"compliantDeviceCount": 1024,
"remediatedDeviceCount": 1024,
"nonCompliantDeviceCount": 1024,
"errorDeviceCount": 1024,
"conflictDeviceCount": 1024
}