managedDeviceMobileAppConfigurationUserSummary 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含 MDM 移动应用配置用户状态摘要的属性、继承属性和操作。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
pendingCount | Int32 | 待定用户的数量 |
notApplicableCount | Int32 | 不适用用户数 |
successCount | Int32 | 成功用户的数量 |
errorCount | Int32 | 错误用户的数量 |
failedCount | Int32 | 失败用户的数量 |
lastUpdateDateTime | DateTimeOffset | 上次更新时间 |
configurationVersion | Int32 | 用于此概述的策略版本 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary",
"id": "String (identifier)",
"pendingCount": 1024,
"notApplicableCount": 1024,
"successCount": 1024,
"errorCount": 1024,
"failedCount": 1024,
"lastUpdateDateTime": "String (timestamp)",
"configurationVersion": 1024
}