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

Platform specific enrollment restrictions

Properties

Property Type Description
platformBlocked Boolean Block the platform from enrolling
personalDeviceEnrollmentBlocked Boolean Block personally owned devices from enrolling
osMinimumVersion String Min OS version supported
osMaximumVersion String Max OS version supported
blockedManufacturers String collection Collection of blocked Manufacturers.
blockedSkus String collection Collection of blocked Skus.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceEnrollmentPlatformRestriction",
  "platformBlocked": true,
  "personalDeviceEnrollmentBlocked": true,
  "osMinimumVersion": "String",
  "osMaximumVersion": "String",
  "blockedManufacturers": [
    "String"
  ],
  "blockedSkus": [
    "String"
  ]
}