windowsUniversalAppXContainedApp resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A class that represents a contained app of a WindowsUniversalAppX app.

Inherits from mobileContainedApp

Methods

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

Properties

Property Type Description
id String Key of the entity. Inherited from mobileContainedApp
appUserModelId String The app user model ID of the contained app of a WindowsUniversalAppX app.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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