insightIdentity resource type
Namespace: microsoft.graph
Contains the properties of sharedInsight items.
Properties
Property | Type | Description |
---|---|---|
address | String | The email address of the user who shared the item. |
displayName | String | The display name of the user who shared the item. |
id | String | The ID of the user who shared the item. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "string",
"id": "string",
"address": "string"
}