命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
描述 UPN 和设备 ID 上下文中子应用的安装状态详细信息。这将在 2023 年 5 月弃用
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| sourceIds | 字符串集合 | 源移动应用 ID 的集合。 |
| targetId | String | 相关目标应用的 ID。 |
| targetDisplayName | String | 相关目标应用的显示名称。 |
| deviceId | String | 相应的设备 ID。 |
| installState | resultantAppState | 目标应用的安装状态。 可取值包括:installed、failed、notInstalled、uninstallFailed、pendingInstall、unknown、notApplicable。 |
| installStateDetail | resultantAppStateDetail | 应用的安装状态详细信息。 可能的值为:、、、、、dependencyWithRequirementsNotMetseeInstallErrorCodemanagedAppNoLongerPresentsupersededAppsDetectedsupersedingAppsDetecteduninstallPendingRebootsupersededAppUninstallPendingRebootsupersededAppUninstallFailedremovingSupersededAppsiosAppStoreUpdateFailedToInstallautoInstallDisableddependencyPendingRebootvppAppHasUpdateAvailableuserRejectedUpdatedependencyWithAutoInstallDisabled、minimumPhysicalMemoryNotMetminimumCpuSpeedNotMetminimumLogicalProcessorCountNotMetfileSystemRequirementNotMetuserRejectedInstallappRemovedBySupersedenceseeUninstallErrorCodeuntargetedSupersedingAppsDetecteduserIsNotLoggedIntoAppStorependingRebootinstallingDependenciesregistryRequirementNotMetpowerShellScriptRequirementNotMetcontentDownloadedplatformNotApplicableminimumOsVersionNotMetsupersedingAppsNotApplicable、 。 processorArchitectureNotApplicableminimumDiskSpaceNotMetdependencyFailedToInstallnoAdditionalDetails |
| errorCode | Int32 | 目标应用的安装或卸载失败的错误代码。 |
| targetLastSyncDateTime | DateTimeOffset | 目标应用的上次同步时间。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.mobileAppRelationshipState",
"sourceIds": [
"String"
],
"targetId": "String",
"targetDisplayName": "String",
"deviceId": "String",
"installState": "String",
"installStateDetail": "String",
"errorCode": 1024,
"targetLastSyncDateTime": "String (timestamp)"
}