命名空间:microsoft.graph
重要提示:Microsoft 支持 Intune/beta API,但它们可能会进行更频繁的更改。 Microsoft 建议尽可能使用 v1.0 版本。 使用版本选择器检查 API 在版本 v1.0 中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含设备的移动应用安装状态的属性。 此功能将在 2023 年 5 月弃用
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的键。 |
| deviceName | String | 设备名称 |
| deviceId | String | 设备 ID |
| lastSyncDateTime | DateTimeOffset | 上次同步日期时间 |
| mobileAppInstallStatusValue | resultantAppState | 应用的安装状态。 可取值包括:installed、failed、notInstalled、uninstallFailed、pendingInstall、unknown、notApplicable。 |
| installState | resultantAppState | 应用的安装状态。 可取值包括:installed、failed、notInstalled、uninstallFailed、pendingInstall、unknown、notApplicable。 |
| installStateDetail | resultantAppStateDetail | 应用的安装状态详细信息。 可能的值为: noAdditionalDetails、、dependencyFailedToInstall、 dependencyWithRequirementsNotMetdependencyPendingRebootdependencyWithAutoInstallDisabledsupersededAppUninstallFailedsupersededAppUninstallPendingRebootremovingSupersededAppsiosAppStoreUpdateFailedToInstallvppAppHasUpdateAvailableuserRejectedUpdateuninstallPendingRebootsupersedingAppsDetectedsupersededAppsDetectedseeInstallErrorCodeautoInstallDisabledmanagedAppNoLongerPresentuserRejectedInstalluserIsNotLoggedIntoAppStoreuntargetedSupersedingAppsDetectedappRemovedBySupersedenceseeUninstallErrorCodependingRebootinstallingDependenciescontentDownloadedsupersedingAppsNotApplicablepowerShellScriptRequirementNotMetregistryRequirementNotMetfileSystemRequirementNotMetplatformNotApplicableminimumCpuSpeedNotMetminimumLogicalProcessorCountNotMetminimumPhysicalMemoryNotMetminimumOsVersionNotMetminimumDiskSpaceNotMetprocessorArchitectureNotApplicable |
| errorCode | Int32 | 安装或卸载失败的错误代码。 |
| osVersion | String | 操作系统版本 |
| osDescription | String | 操作系统说明 |
| userName | String | 设备用户名 |
| userPrincipalName | String | 用户主体名称 |
| displayVersion | String | 应用程序的人类可读版本 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 应用 | mobileApp | 指向移动应用的导航链接。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.mobileAppInstallStatus",
"id": "String (identifier)",
"deviceName": "String",
"deviceId": "String",
"lastSyncDateTime": "String (timestamp)",
"mobileAppInstallStatusValue": "String",
"installState": "String",
"installStateDetail": "String",
"errorCode": 1024,
"osVersion": "String",
"osDescription": "String",
"userName": "String",
"userPrincipalName": "String",
"displayVersion": "String"
}