iosHomeScreenApp resource type

Namespace: microsoft.graph

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

Represents an icon for an app on the Home Screen

Inherits from iosHomeScreenItem

Properties

Property Type Description
displayName String Name of the app Inherited from iosHomeScreenItem
bundleID String BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.iosHomeScreenApp",
  "displayName": "String",
  "bundleID": "String"
}