Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}