Microsoft Graph · Schema

sharePointOneDriveOptions

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
includeContent object The type of search content. The possible values are: sharedContent, privateContent, unknownFutureValue. Read-only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharepointonedriveoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharePointOneDriveOptions",
  "title": "sharePointOneDriveOptions",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "includeContent": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.searchContent"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The type of search content. The possible values are: sharedContent, privateContent, unknownFutureValue. Read-only."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}