deviceEnrollmentPlatformRestriction resource type
Namespace: microsoft.graph
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 |
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"
}