deviceEnrollmentConfiguration 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.
The Base Class of Device Enrollment Configuration
Methods
Method | Return Type | Description |
---|---|---|
List deviceEnrollmentConfigurations | deviceEnrollmentConfiguration collection | List properties and relationships of the deviceEnrollmentConfiguration objects. |
Get deviceEnrollmentConfiguration | deviceEnrollmentConfiguration | Read properties and relationships of the deviceEnrollmentConfiguration object. |
Onboarding | ||
setPriority action | None | |
assign action | None | |
Policy Set | ||
hasPayloadLinks action | hasPayloadLinkResultItem collection |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique Identifier for the account |
displayName | String | The display name of the device enrollment configuration |
description | String | The description of the device enrollment configuration |
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. |
createdDateTime | DateTimeOffset | Created date time in UTC of the device enrollment configuration |
lastModifiedDateTime | DateTimeOffset | Last modified date time in UTC of the device enrollment configuration |
version | Int32 | The version of the device enrollment configuration |
Relationships
Relationship | Type | Description |
---|---|---|
Onboarding | ||
assignments | enrollmentConfigurationAssignment collection | The list of group assignments for the device configuration profile |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceEnrollmentConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024
}