deviceEnrollmentPlatformRestrictionsConfiguration resource type
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
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 | Not yet documented Inherited from deviceEnrollmentConfiguration |
displayName | String | Not yet documented Inherited from deviceEnrollmentConfiguration |
description | String | Not yet documented Inherited from deviceEnrollmentConfiguration |
priority | Int32 | Not yet documented Inherited from deviceEnrollmentConfiguration |
createdDateTime | DateTimeOffset | Not yet documented Inherited from deviceEnrollmentConfiguration |
lastModifiedDateTime | DateTimeOffset | Not yet documented Inherited from deviceEnrollmentConfiguration |
version | Int32 | Not yet documented Inherited from deviceEnrollmentConfiguration |
iosRestriction | deviceEnrollmentPlatformRestriction | Not yet documented |
windowsRestriction | deviceEnrollmentPlatformRestriction | Not yet documented |
windowsMobileRestriction | deviceEnrollmentPlatformRestriction | Not yet documented |
androidRestriction | deviceEnrollmentPlatformRestriction | Not yet documented |
macOSRestriction | deviceEnrollmentPlatformRestriction | Not yet documented |
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,
"iosRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"windowsRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"windowsMobileRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"androidRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"macOSRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
}
}
Feedback
Loading feedback...