Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.36 KB

intune-deviceconfig-ioshomescreenapp.md

File metadata and controls

47 lines (37 loc) · 1.36 KB
title description author localization_priority ms.subservice doc_type
iosHomeScreenApp resource type
Represents an icon for an app on the Home Screen
jaiprakashmb
Normal
intune
resourcePageType

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
}