deviceConfiguration resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Device Configuration.
Methods
Method | Return Type | Description |
---|---|---|
List deviceConfigurations | deviceConfiguration collection | List properties and relationships of the deviceConfiguration objects. |
Get deviceConfiguration | deviceConfiguration | Read properties and relationships of the deviceConfiguration object. |
assign action | deviceConfigurationAssignment collection | Not yet documented |
getOmaSettingPlainTextValue function | String | Not yet documented |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
lastModifiedDateTime | DateTimeOffset | DateTime the object was last modified. |
createdDateTime | DateTimeOffset | DateTime the object was created. |
description | String | Admin provided description of the Device Configuration. |
displayName | String | Admin provided name of the device configuration. |
version | Int32 | Version of the device configuration. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | deviceConfigurationAssignment collection | The list of assignments for the device configuration profile. |
deviceStatuses | deviceConfigurationDeviceStatus collection | Device configuration installation status by device. |
userStatuses | deviceConfigurationUserStatus collection | Device configuration installation status by user. |
deviceStatusOverview | deviceConfigurationDeviceOverview | Device Configuration devices status overview |
userStatusOverview | deviceConfigurationUserOverview | Device Configuration users status overview |
deviceSettingStateSummaries | settingStateDeviceSummary collection | Device Configuration Setting State Device Summary |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024
}