detectedApp 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
托管设备上安装的托管或未托管应用。 未托管应用仅出现在标记为公司所有的设备上。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| List detectedApps | detectedApp 集合 | 列出 detectedApp 对象的属性和关系。 |
| Get detectedApp | detectedApp | 读取 detectedApp 对象的属性和关系。 |
| Create detectedApp | detectedApp | 创建新的 detectedApp 对象。 |
| Delete detectedApp | 无 | 删除 detectedApp。 |
| Update detectedApp | detectedApp | 更新 detectedApp 对象的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 检测到的应用程序的唯一标识符。 创建此应用程序时,Intune 将自动生成它。 只读。 |
| displayName | String | 发现的应用程序的名称。 只读 |
| version | String | 发现的应用程序的版本。 只读 |
| sizeInByte | Int64 | 发现的应用程序的大小,以字节为单位。 只读 |
| deviceCount | Int32 | 已安装此应用程序的设备数量 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| managedDevices | managedDevice 集合 | 已安装发现的应用程序的设备 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.detectedApp",
"id": "String (identifier)",
"displayName": "String",
"version": "String",
"sizeInByte": 1024,
"deviceCount": 1024
}
反馈
提交和查看相关反馈