mobileAppDependency resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Describes a dependency type between two mobile apps.
Inherits from mobileAppRelationship
Methods
Method | Return Type | Description |
---|---|---|
List mobileAppDependencies | mobileAppDependency collection | List properties and relationships of the mobileAppDependency objects. |
Get mobileAppDependency | mobileAppDependency | Read properties and relationships of the mobileAppDependency object. |
Create mobileAppDependency | mobileAppDependency | Create a new mobileAppDependency object. |
Delete mobileAppDependency | None | Deletes a mobileAppDependency. |
Update mobileAppDependency | mobileAppDependency | Update the properties of a mobileAppDependency object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the mobile app relationship entity. Read-Only. Inherited from mobileAppRelationship |
targetId | String | App ID of the app that is the target of the mobile app relationship entity. Read-Only Inherited from mobileAppRelationship |
targetDisplayName | String | The display name of the app that is the target of the mobile app relationship entity. Read-Only. This property is read-only. Inherited from mobileAppRelationship |
targetDisplayVersion | String | The display version of the app that is the target of the mobile app relationship entity. Read-Only. This property is read-only. Inherited from mobileAppRelationship |
targetPublisher | String | The publisher of the app that is the target of the mobile app relationship entity. Read-Only. This property is read-only. Inherited from mobileAppRelationship |
targetType | mobileAppRelationshipType | The type of relationship indicating whether the target application of a relationship is a parent or child in the relationship. Possible values are: parent, child. Read-Only. This property is read-only. Inherited from mobileAppRelationship. Possible values are: child , parent , unknownFutureValue . |
dependencyType | mobileAppDependencyType | The type of dependency relationship between the parent and child apps. Possible values are: detect, autoInstall. Read-Only. Possible values are: detect , autoInstall , unknownFutureValue . |
dependentAppCount | Int32 | The total number of apps that directly or indirectly depend on the parent app. Read-Only. This property is read-only. |
dependsOnAppCount | Int32 | The total number of apps the child app directly or indirectly depends on. Read-Only. This property is read-only. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mobileAppDependency",
"id": "String (identifier)",
"targetId": "String",
"targetDisplayName": "String",
"targetDisplayVersion": "String",
"targetPublisher": "String",
"targetType": "String",
"dependencyType": "String",
"dependentAppCount": 1024,
"dependsOnAppCount": 1024
}