Microsoft Graph · Schema

microsoft.graph.security.ediscoveryNoncustodialDataSource

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityediscoverynoncustodialdatasource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource",
  "title": "microsoft.graph.security.ediscoveryNoncustodialDataSource",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.dataSourceContainer"
    },
    {
      "title": "ediscoveryNoncustodialDataSource",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "dataSource": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.dataSource"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "User source or SharePoint site data source as noncustodial data source.",
          "x-ms-navigationProperty": true
        },
        "lastIndexOperation": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Operation entity that represents the latest indexing for the noncustodial data source.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.security.ediscoveryNoncustodialDataSource"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.ediscoveryNoncustodialDataSource"
}