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

iOS URL bookmark

Properties

Property Type Description
url String URL allowed to access
bookmarkFolder String The folder into which the bookmark should be added in Safari
displayName String The display name of the bookmark

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.iosBookmark",
  "url": "String",
  "bookmarkFolder": "String",
  "displayName": "String"
}