Уреди

Делите путем


insightIdentity complex type

Namespace: microsoft.graph

Complex type containing 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"
}