Microsoft Graph · Schema
microsoft.graph.usedInsight
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.usedInsight",
"title": "microsoft.graph.usedInsight",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "usedInsight",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"lastUsed": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.usageDetails"
},
{
"type": "object",
"nullable": true
}
],
"description": "Information about when the item was last viewed or modified by the user. Read-only."
},
"resourceReference": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.resourceReference"
},
{
"type": "object",
"nullable": true
}
],
"description": "Reference properties of the used 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
},
"resource": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used for navigating to the item that was used. 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.usedInsight"
}