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

Represents an app in the list of managed Apple applications

Inherits from appListItem

Properties

Property Type Description
name String The application name Inherited from appListItem
publisher String The publisher of the application Inherited from appListItem
appStoreUrl String The Store URL of the application Inherited from appListItem
appId String The application or bundle identifier of the application Inherited from appListItem

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appleAppListItem",
  "name": "String",
  "publisher": "String",
  "appStoreUrl": "String",
  "appId": "String"
}