userInstallStateSummary 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含某个用户的安装状态摘要的属性。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
userName | String | 用户名。 |
installedDeviceCount | Int32 | 已安装设备的计数。 |
failedDeviceCount | Int32 | 已失败设备的计数。 |
notInstalledDeviceCount | Int32 | Not installed device count。 |
关系
关系 | 类型 | 说明 |
---|---|---|
deviceStates | deviceInstallState 集合 | 电子书的安装状态。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.userInstallStateSummary",
"id": "String (identifier)",
"userName": "String",
"installedDeviceCount": 1024,
"failedDeviceCount": 1024,
"notInstalledDeviceCount": 1024
}