insightIdentity resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Complex type containing properties of sharedInsight items.
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "string",
"id": "string",
"address": "string"
}
Properties
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. |