Microsoft Graph · Schema

microsoft.graph.sharedInsight

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharedinsight-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharedInsight",
  "title": "microsoft.graph.sharedInsight",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "sharedInsight",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "lastShared": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.sharingDetail"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Details about the shared item. Read only."
        },
        "resourceReference": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.resourceReference"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Reference properties of the shared document, such as the url and type of the document. Read-only",
          "readOnly": true
        },
        "resourceVisualization": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.resourceVisualization"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Properties that you can use to visualize the document in your experience. Read-only",
          "readOnly": true
        },
        "sharingHistory": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.sharingDetail"
          }
        },
        "lastSharedMethod": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.entity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "x-ms-navigationProperty": true
        },
        "resource": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.entity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.sharedInsight"
}