Edit

Share via


managedMobileApp resource type

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.

The identifier for the deployment an app.

Methods

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

Properties

Property Type Description
mobileAppIdentifier mobileAppIdentifier The identifier for an app with it's operating system type.
id String Key of the entity.
version String Version of the entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedMobileApp",
  "mobileAppIdentifier": {
    "@odata.type": "microsoft.graph.windowsAppIdentifier",
    "windowsAppId": "String"
  },
  "id": "String (identifier)",
  "version": "String"
}