deviceInventorySimpleItem 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.

Inherited type of DeviceInventoryItem where the instance only has a list of properties that can be displayed in a table format

Inherits from deviceInventoryItem

Methods

Method Return Type Description
List deviceInventorySimpleItems deviceInventorySimpleItem collection List properties and relationships of the deviceInventorySimpleItem objects.
Get deviceInventorySimpleItem deviceInventorySimpleItem Read properties and relationships of the deviceInventorySimpleItem object.
Create deviceInventorySimpleItem deviceInventorySimpleItem Create a new deviceInventorySimpleItem object.
Delete deviceInventorySimpleItem None Deletes a deviceInventorySimpleItem.
Update deviceInventorySimpleItem deviceInventorySimpleItem Update the properties of a deviceInventorySimpleItem object.

Properties

Property Type Description
id String A unique identifier for the inventory data Inherited from deviceInventoryItem

Relationships

Relationship Type Description
properties deviceInventoryProperty collection The list of properties for this inventory data. This property is read-only.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceInventorySimpleItem",
  "id": "String (identifier)"
}