mobileAppSupersedence 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 supersedence relationship between two mobile apps.

Inherits from mobileAppRelationship

Methods

Method Return Type Description
List mobileAppSupersedences mobileAppSupersedence collection List properties and relationships of the mobileAppSupersedence objects.
Get mobileAppSupersedence mobileAppSupersedence Read properties and relationships of the mobileAppSupersedence object.
Create mobileAppSupersedence mobileAppSupersedence Create a new mobileAppSupersedence object.
Delete mobileAppSupersedence None Deletes a mobileAppSupersedence.
Update mobileAppSupersedence mobileAppSupersedence Update the properties of a mobileAppSupersedence object.

Properties

Property Type Description
id String The relationship entity id. Inherited from mobileAppRelationship
targetId String The target mobile app's app id. Inherited from mobileAppRelationship
targetDisplayName String The target mobile app's display name. This property is read-only. Inherited from mobileAppRelationship
targetDisplayVersion String The target mobile app's display version. This property is read-only. Inherited from mobileAppRelationship
targetPublisher String The target mobile app's publisher. This property is read-only. Inherited from mobileAppRelationship
targetType mobileAppRelationshipType The type of relationship indicating whether the target is a parent or child. This property is read-only. Inherited from mobileAppRelationship. Possible values are: child, parent.
supersedenceType mobileAppSupersedenceType The supersedence relationship type between the parent and child apps. Possible values are: update, replace.
supersededAppCount Int32 The total number of apps directly or indirectly superseded by the child app. This property is read-only.
supersedingAppCount Int32 The total number of apps directly or indirectly superseding the parent app. This property is read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mobileAppSupersedence",
  "id": "String (identifier)",
  "targetId": "String",
  "targetDisplayName": "String",
  "targetDisplayVersion": "String",
  "targetPublisher": "String",
  "targetType": "String",
  "supersedenceType": "String",
  "supersededAppCount": 1024,
  "supersedingAppCount": 1024
}