deviceEnrollmentLimitConfiguration 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 deviceEnrollmentLimitConfigurations | deviceEnrollmentLimitConfiguration collection | List properties and relationships of the deviceEnrollmentLimitConfiguration objects. |
Get deviceEnrollmentLimitConfiguration | deviceEnrollmentLimitConfiguration | Read properties and relationships of the deviceEnrollmentLimitConfiguration object. |
Create deviceEnrollmentLimitConfiguration | deviceEnrollmentLimitConfiguration | Create a new deviceEnrollmentLimitConfiguration object. |
Delete deviceEnrollmentLimitConfiguration | None | Deletes a deviceEnrollmentLimitConfiguration. |
Update deviceEnrollmentLimitConfiguration | deviceEnrollmentLimitConfiguration | Update the properties of a deviceEnrollmentLimitConfiguration 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 |
limit | Int32 | 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.deviceEnrollmentLimitConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"limit": 1024
}
Feedback
Loading feedback...