| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Complex type containing properties of itemInsights
| 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. |
None.
The following JSON representation shows the resource type.
{
"webUrl": "string",
"id": "string",
"type": "string"
}