deviceManagementIntentDeviceSettingStateSummary 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.
Entity that represents device setting state summary for an intent
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementIntentDeviceSettingStateSummaries | deviceManagementIntentDeviceSettingStateSummary collection | List properties and relationships of the deviceManagementIntentDeviceSettingStateSummary objects. |
Get deviceManagementIntentDeviceSettingStateSummary | deviceManagementIntentDeviceSettingStateSummary | Read properties and relationships of the deviceManagementIntentDeviceSettingStateSummary object. |
Create deviceManagementIntentDeviceSettingStateSummary | deviceManagementIntentDeviceSettingStateSummary | Create a new deviceManagementIntentDeviceSettingStateSummary object. |
Delete deviceManagementIntentDeviceSettingStateSummary | None | Deletes a deviceManagementIntentDeviceSettingStateSummary. |
Update deviceManagementIntentDeviceSettingStateSummary | deviceManagementIntentDeviceSettingStateSummary | Update the properties of a deviceManagementIntentDeviceSettingStateSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The ID |
settingName | String | Name of a setting |
compliantCount | Int32 | Number of compliant devices |
conflictCount | Int32 | Number of devices in conflict |
errorCount | Int32 | Number of error devices |
nonCompliantCount | Int32 | Number of non compliant devices |
notApplicableCount | Int32 | Number of not applicable devices |
remediatedCount | Int32 | Number of remediated devices |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementIntentDeviceSettingStateSummary",
"id": "String (identifier)",
"settingName": "String",
"compliantCount": 1024,
"conflictCount": 1024,
"errorCount": 1024,
"nonCompliantCount": 1024,
"notApplicableCount": 1024,
"remediatedCount": 1024
}