iosDeviceType 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.
Contains properties of the possible iOS device types the mobile app can run on.
Properties
| Property | Type | Description |
|---|---|---|
| iPad | Boolean | Whether the app should run on iPads. |
| iPhoneAndIPod | Boolean | Whether the app should run on iPhones and iPods. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosDeviceType",
"iPad": true,
"iPhoneAndIPod": true
}
Feedback
Submit and view feedback for