| title | insightIdentity resource type |
|---|---|
| description | Complex type containing properties of Shared items. |
| author | simonhult |
| ms.localizationpriority | medium |
| ms.subservice | insights |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Complex type containing properties of sharedInsight items.
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the user who shared the item. |
| id | String | The ID of the user who shared the item. |
| address | String | The email address of the user who shared the item. |
None.
The following JSON representation shows the resource type.
{
"displayName": "string",
"id": "string",
"address": "string"
}