deviceConfigurationUserStateSummary 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.
Methods
Method | Return Type | Description |
---|---|---|
Get deviceConfigurationUserStateSummary | deviceConfigurationUserStateSummary | Read properties and relationships of the deviceConfigurationUserStateSummary object. |
Update deviceConfigurationUserStateSummary | deviceConfigurationUserStateSummary | Update the properties of a deviceConfigurationUserStateSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
unknownUserCount | Int32 | Number of unknown users |
notApplicableUserCount | Int32 | Number of not applicable users |
compliantUserCount | Int32 | Number of compliant users |
remediatedUserCount | Int32 | Number of remediated users |
nonCompliantUserCount | Int32 | Number of NonCompliant users |
errorUserCount | Int32 | Number of error users |
conflictUserCount | Int32 | Number of conflict users |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceConfigurationUserStateSummary",
"id": "String (identifier)",
"unknownUserCount": 1024,
"notApplicableUserCount": 1024,
"compliantUserCount": 1024,
"remediatedUserCount": 1024,
"nonCompliantUserCount": 1024,
"errorUserCount": 1024,
"conflictUserCount": 1024
}