Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties and inherited properties for iOS web apps.
Inherits from mobileApp
Methods
| Method | Return Type | Description |
|---|---|---|
| List iosiPadOSWebClips | iosiPadOSWebClip collection | List properties and relationships of the iosiPadOSWebClip objects. |
| Get iosiPadOSWebClip | iosiPadOSWebClip | Read properties and relationships of the iosiPadOSWebClip object. |
| Create iosiPadOSWebClip | iosiPadOSWebClip | Create a new iosiPadOSWebClip object. |
| Delete iosiPadOSWebClip | None | Deletes a iosiPadOSWebClip. |
| Update iosiPadOSWebClip | iosiPadOSWebClip | Update the properties of a iosiPadOSWebClip object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Key of the entity. This property is read-only. Inherited from mobileApp |
| displayName | String | The admin provided or imported title of the app. Inherited from mobileApp |
| description | String | The description of the app. Inherited from mobileApp |
| publisher | String | The publisher of the app. Inherited from mobileApp |
| largeIcon | mimeContent | The large icon, to be displayed in the app details and used for upload of the icon. Inherited from mobileApp |
| createdDateTime | DateTimeOffset | The date and time the app was created. This property is read-only. Inherited from mobileApp |
| lastModifiedDateTime | DateTimeOffset | The date and time the app was last modified. This property is read-only. Inherited from mobileApp |
| isFeatured | Boolean | The value indicating whether the app is marked as featured by the admin. Inherited from mobileApp |
| privacyInformationUrl | String | The privacy statement Url. Inherited from mobileApp |
| informationUrl | String | The more information Url. Inherited from mobileApp |
| owner | String | The owner of the app. Inherited from mobileApp |
| developer | String | The developer of the app. Inherited from mobileApp |
| notes | String | Notes for the app. Inherited from mobileApp |
| uploadState | Int32 | The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. Inherited from mobileApp |
| publishingState | mobileAppPublishingState | The publishing state for the app. The app cannot be assigned unless the app is published. This property is read-only. Inherited from mobileApp. Possible values are: notPublished, processing, published. |
| isAssigned | Boolean | The value indicating whether the app is assigned to at least one group. This property is read-only. Inherited from mobileApp |
| roleScopeTagIds | String collection | List of scope tag ids for this mobile app. Inherited from mobileApp |
| dependentAppCount | Int32 | The total number of dependencies the child app has. This property is read-only. Inherited from mobileApp |
| supersedingAppCount | Int32 | The total number of apps this app directly or indirectly supersedes. This property is read-only. Inherited from mobileApp |
| supersededAppCount | Int32 | The total number of apps this app is directly or indirectly superseded by. This property is read-only. Inherited from mobileApp |
| appUrl | String | Indicates iOS/iPadOS web clip app URL. Example: "https://www.contoso.com" |
| useManagedBrowser | Boolean | Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE. |
| fullScreenEnabled | Boolean | Whether or not to open the web clip as a full-screen web app. Defaults to false. If TRUE, opens the web clip as a full-screen web app. If FALSE, the web clip opens inside of another app, such as Safari or the app specified with targetApplicationBundleIdentifier. |
| targetApplicationBundleIdentifier | String | Specifies the application bundle identifier which opens the URL. Available in iOS 14 and later. |
| preComposedIconEnabled | Boolean | Whether or not the icon for the app is precomosed. Defaults to false. If TRUE, prevents SpringBoard from adding "shine" to the icon. If FALSE, SpringBoard can add "shine". |
| ignoreManifestScope | Boolean | Whether or not a full screen web clip can navigate to an external web site without showing the Safari UI. Defaults to false. If FALSE, the Safari UI appears when navigating away. If TRUE, the Safari UI will not be shown. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| categories | mobileAppCategory collection | The list of categories for this app. Inherited from mobileApp |
| assignments | mobileAppAssignment collection | The list of group assignments for this mobile app. Inherited from mobileApp |
| targetAssignments | deviceAndAppManagementPayloadAssignment collection | The list of target assignments for this mobile app. Initially, this property will just expose deployment assignments. Inherited from mobileApp |
| relationships | mobileAppRelationship collection | The set of direct relationships for this app. Inherited from mobileApp |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosiPadOSWebClip",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"publisher": "String",
"largeIcon": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "String",
"value": "binary"
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"isFeatured": true,
"privacyInformationUrl": "String",
"informationUrl": "String",
"owner": "String",
"developer": "String",
"notes": "String",
"uploadState": 1024,
"publishingState": "String",
"isAssigned": true,
"roleScopeTagIds": [
"String"
],
"dependentAppCount": 1024,
"supersedingAppCount": 1024,
"supersededAppCount": 1024,
"appUrl": "String",
"useManagedBrowser": true,
"fullScreenEnabled": true,
"targetApplicationBundleIdentifier": "String",
"preComposedIconEnabled": true,
"ignoreManifestScope": true
}