deviceConfigurationUserStateSummary 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
unknownUserCount | Int32 | 未知用户数 |
notApplicableUserCount | Int32 | 不适用用户数 |
compliantUserCount | Int32 | 合规用户数 |
remediatedUserCount | Int32 | 修正的用户数 |
nonCompliantUserCount | Int32 | 不符合的用户数 |
errorUserCount | Int32 | 错误用户数 |
conflictUserCount | Int32 | 冲突用户数 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceConfigurationUserStateSummary",
"id": "String (identifier)",
"unknownUserCount": 1024,
"notApplicableUserCount": 1024,
"compliantUserCount": 1024,
"remediatedUserCount": 1024,
"nonCompliantUserCount": 1024,
"errorUserCount": 1024,
"conflictUserCount": 1024
}