Microsoft Graph · Schema

onPremisesDirectorySynchronizationConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
accidentalDeletionPrevention object Contains the accidental deletion prevention configuration for a tenant.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphonpremisesdirectorysynchronizationconfiguratio-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationConfiguration",
  "title": "onPremisesDirectorySynchronizationConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "accidentalDeletionPrevention": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.onPremisesAccidentalDeletionPrevention"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Contains the accidental deletion prevention configuration for a tenant."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}