Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.04 KB

insights-insightidentity.md

File metadata and controls

45 lines (34 loc) · 1.04 KB
title description author ms.localizationpriority ms.subservice doc_type
insightIdentity complex type
Complex type containing properties of Shared items.
simonhult
medium
insights
resourcePageType

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"
}