managedMobileApp 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.

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"
}