{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.synchronization", "title": "microsoft.graph.synchronization", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "synchronization", "required": [ "@odata.type" ], "type": "object", "properties": { "secrets": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair" }, "description": "Represents a collection of credentials to access provisioned cloud applications." }, "jobs": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.synchronizationJob" }, "description": "Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.", "x-ms-navigationProperty": true }, "templates": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.synchronizationTemplate" }, "description": "Preconfigured synchronization settings for a particular application.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.synchronization" }