Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.59 KB

intune-deviceconfig-appleapplistitem.md

File metadata and controls

49 lines (39 loc) · 1.59 KB
title description author localization_priority ms.subservice doc_type
appleAppListItem resource type
Represents an app in the list of managed Apple applications
jaiprakashmb
Normal
intune
resourcePageType

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