deviceEnrollmentPlatformRestrictionsConfiguration 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.
Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll
Inherits from deviceEnrollmentConfiguration
Methods
Method | Return Type | Description |
---|---|---|
List deviceEnrollmentPlatformRestrictionsConfigurations | deviceEnrollmentPlatformRestrictionsConfiguration collection | List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. |
Get deviceEnrollmentPlatformRestrictionsConfiguration | deviceEnrollmentPlatformRestrictionsConfiguration | Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. |
Create deviceEnrollmentPlatformRestrictionsConfiguration | deviceEnrollmentPlatformRestrictionsConfiguration | Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. |
Delete deviceEnrollmentPlatformRestrictionsConfiguration | None | Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. |
Update deviceEnrollmentPlatformRestrictionsConfiguration | deviceEnrollmentPlatformRestrictionsConfiguration | Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique Identifier for the account Inherited from deviceEnrollmentConfiguration |
displayName | String | The display name of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
description | String | The description of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
priority | Int32 | Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. Inherited from deviceEnrollmentConfiguration |
createdDateTime | DateTimeOffset | Created date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
lastModifiedDateTime | DateTimeOffset | Last modified date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
version | Int32 | The version of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
roleScopeTagIds | String collection | Optional role scope tags for the enrollment restrictions. Inherited from deviceEnrollmentConfiguration |
deviceEnrollmentConfigurationType | deviceEnrollmentConfigurationType | Support for Enrollment Configuration Type Inherited from deviceEnrollmentConfiguration. Possible values are: unknown , limit , platformRestrictions , windowsHelloForBusiness , defaultLimit , defaultPlatformRestrictions , defaultWindowsHelloForBusiness , defaultWindows10EnrollmentCompletionPageConfiguration , windows10EnrollmentCompletionPageConfiguration , deviceComanagementAuthorityConfiguration , singlePlatformRestriction , unknownFutureValue , enrollmentNotificationsConfiguration . |
iosRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for IOS platform. |
windowsRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Windows platform. |
windowsHomeSkuRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Windows HomeSku platform. |
windowsMobileRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Windows Mobile platform. |
androidRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Android platform. |
androidForWorkRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Android For Work platform. |
macRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for Mac platform. |
macOSRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for MacOS platform. |
visionOSRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for VisionOS platform. |
tvosRestriction | deviceEnrollmentPlatformRestriction | Indicates restrictions for TvOS platform. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | enrollmentConfigurationAssignment collection | The list of group assignments for the device configuration profile Inherited from deviceEnrollmentConfiguration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"roleScopeTagIds": [
"String"
],
"deviceEnrollmentConfigurationType": "String",
"iosRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsHomeSkuRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsMobileRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"androidRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"androidForWorkRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"macRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"macOSRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"visionOSRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"tvosRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
}
}