deviceInventoryCollectionProperty 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 DeviceInventoryProperty where the property contains a collection of values

Inherits from deviceInventoryProperty

Methods

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

Properties

Property Type Description
id String The catalog id for this inventory property type Inherited from deviceInventoryProperty
displayName String The localized display name of the property. Example: "Size (MB)". This property is read-only. Inherited from deviceInventoryProperty
values deviceInventoryValue collection Collection value of the property. This property is read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceInventoryCollectionProperty",
  "id": "String (identifier)",
  "displayName": "String",
  "values": [
    {
      "@odata.type": "microsoft.graph.deviceInventoryDateTimeValue",
      "value": "String (timestamp)"
    }
  ]
}