{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization", "title": "microsoft.graph.onPremisesDirectorySynchronization", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "onPremisesDirectorySynchronization", "required": [ "@odata.type" ], "type": "object", "properties": { "configuration": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationConfiguration" }, { "type": "object", "nullable": true } ], "description": "Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant. Nullable." }, "features": { "$ref": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationFeature" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.onPremisesDirectorySynchronization" }