mobileAppRelationshipState 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 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 | 应用的安装状态详细信息。 可能的值为:、、、、dependencyWithRequirementsNotMet managedAppNoLongerPresent supersededAppUninstallFailed dependencyWithAutoInstallDisabled seeInstallErrorCode supersedingAppsDetected removingSupersededApps iosAppStoreUpdateFailedToInstall vppAppHasUpdateAvailable userRejectedUpdate uninstallPendingReboot userRejectedInstall dependencyPendingReboot supersededAppsDetected autoInstallDisabled userIsNotLoggedIntoAppStore supersededAppUninstallPendingReboot 、minimumPhysicalMemoryNotMet minimumCpuSpeedNotMet untargetedSupersedingAppsDetected pendingReboot installingDependencies seeUninstallErrorCode appRemovedBySupersedence contentDownloaded supersedingAppsNotApplicable platformNotApplicable fileSystemRequirementNotMet powerShellScriptRequirementNotMet minimumLogicalProcessorCountNotMet minimumOsVersionNotMet registryRequirementNotMet 、 。 processorArchitectureNotApplicable minimumDiskSpaceNotMet dependencyFailedToInstall noAdditionalDetails |
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)"
}