Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.05 KB

File metadata and controls

47 lines (36 loc) · 1.05 KB
title resourceReference resource type
description Complex type containing properties of Insights.
author simonhult
ms.localizationpriority medium
ms.subservice insights
doc_type resourcePageType
ms.date 03/21/2024

resourceReference resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Complex type containing properties of itemInsights

Properties

| Property | Type | Description | |: ------------- |: -----------|: -------------| | webUrl | String | A URL leading to the referenced item. | | id | String | The item's unique identifier. | | type | String |It can be used to classify the item, such as driveItem. |

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "webUrl": "string",
  "id": "string",
  "type": "string"
}