Edit

Share via


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

Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile.

Methods

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

Properties

Property Type Description
id String The app content version. This property is read-only.

Relationships

Relationship Type Description
files mobileAppContentFile collection The list of files for this app content version.
scripts mobileAppContentScript collection The list of scripts for this app content version.
containedApps mobileContainedApp collection The collection of contained apps in a MobileLobApp acting as a package.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mobileAppContent",
  "id": "String (identifier)"
}