Microsoft Graph · Schema

insightIdentity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinsightidentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.insightIdentity",
  "title": "insightIdentity",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "The email address of the user who shared the item.",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "The display name of the user who shared the item.",
      "nullable": true
    },
    "id": {
      "type": "string",
      "description": "The ID of the user who shared the item.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}