deviceConfigurationUserOverview 资源类型

命名空间:microsoft.graph

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

尚未记录

方法

方法 返回类型 说明
获取 deviceConfigurationUserOverview deviceConfigurationUserOverview 读取 deviceConfigurationUserOverview 对象的属性和关系。
更新 deviceConfigurationUserOverview deviceConfigurationUserOverview 更新 deviceConfigurationUserOverview 对象的属性。

属性

属性 类型 说明
id String 实体的键。
pendingCount Int32 待定用户的数量
notApplicableCount Int32 不适用用户数
successCount Int32 成功用户的数量
errorCount Int32 错误用户的数量
failedCount Int32 失败用户的数量
lastUpdateDateTime DateTimeOffset 上次更新时间
configurationVersion Int32 用于此概述的策略版本

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.deviceConfigurationUserOverview",
  "id": "String (identifier)",
  "pendingCount": 1024,
  "notApplicableCount": 1024,
  "successCount": 1024,
  "errorCount": 1024,
  "failedCount": 1024,
  "lastUpdateDateTime": "String (timestamp)",
  "configurationVersion": 1024
}