| title | resourceReference resource type |
|---|---|
| description | Complex type containing properties of Insights. |
| author | simonhult |
| ms.localizationpriority | medium |
| ms.subservice | insights |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
Complex type containing properties of officeGraphInsights.
| Property | Type | Description |
|---|---|---|
| id | String | The item's unique identifier. |
| type | String | A string value that can be used to classify the item, such as "microsoft.graph.driveItem" |
| webUrl | String | A URL leading to the referenced item. |
None.
The following JSON representation shows the resource type.
{
"webUrl": "string",
"id": "string",
"type": "string"
}