Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Describes the installation status details of the child app in the context of UPN and device id. This will be deprecated in May, 2023
Properties
Property | Type | Description |
---|---|---|
sourceIds | String collection | The collection of source mobile app's ids. |
targetId | String | The related target app's id. |
targetDisplayName | String | The related target app's display name. |
deviceId | String | The corresponding device id. |
installState | resultantAppState | The install state of the app of target app. Possible values are: installed , failed , notInstalled , uninstallFailed , pendingInstall , unknown , notApplicable . |
installStateDetail | resultantAppStateDetail | The install state detail of the app. Possible values are: noAdditionalDetails , dependencyFailedToInstall , dependencyWithRequirementsNotMet , dependencyPendingReboot , dependencyWithAutoInstallDisabled , supersededAppUninstallFailed , supersededAppUninstallPendingReboot , removingSupersededApps , iosAppStoreUpdateFailedToInstall , vppAppHasUpdateAvailable , userRejectedUpdate , uninstallPendingReboot , supersedingAppsDetected , supersededAppsDetected , seeInstallErrorCode , autoInstallDisabled , managedAppNoLongerPresent , userRejectedInstall , userIsNotLoggedIntoAppStore , untargetedSupersedingAppsDetected , appRemovedBySupersedence , seeUninstallErrorCode , pendingReboot , installingDependencies , contentDownloaded , supersedingAppsNotApplicable , powerShellScriptRequirementNotMet , registryRequirementNotMet , fileSystemRequirementNotMet , platformNotApplicable , minimumCpuSpeedNotMet , minimumLogicalProcessorCountNotMet , minimumPhysicalMemoryNotMet , minimumOsVersionNotMet , minimumDiskSpaceNotMet , processorArchitectureNotApplicable . |
errorCode | Int32 | The error code for install or uninstall failures of target app. |
targetLastSyncDateTime | DateTimeOffset | The last sync time of the target app. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mobileAppRelationshipState",
"sourceIds": [
"String"
],
"targetId": "String",
"targetDisplayName": "String",
"deviceId": "String",
"installState": "String",
"installStateDetail": "String",
"errorCode": 1024,
"targetLastSyncDateTime": "String (timestamp)"
}