iosHomeScreenApp 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 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.
isWebClip Boolean When true, the bundle ID will be handled as a URL for a web clip.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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