Microsoft Graph · Schema
microsoft.graph.sharedDriveItem
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.sharedDriveItem",
"title": "microsoft.graph.sharedDriveItem",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.baseItem"
},
{
"title": "sharedDriveItem",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"owner": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identitySet"
},
{
"type": "object",
"nullable": true
}
],
"description": "Information about the owner of the shared item being referenced."
},
"driveItem": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying driveItem",
"x-ms-navigationProperty": true
},
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
"description": "All driveItems contained in the sharing root. This collection cannot be enumerated.",
"x-ms-navigationProperty": true
},
"list": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.list"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying list",
"x-ms-navigationProperty": true
},
"listItem": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.listItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying listItem",
"x-ms-navigationProperty": true
},
"permission": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.permission"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the permission representing the underlying sharing link",
"x-ms-navigationProperty": true
},
"root": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying driveItem. Deprecated -- use driveItem instead.",
"x-ms-navigationProperty": true
},
"site": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.site"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying site",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.sharedDriveItem"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.sharedDriveItem"
}