{ "additionalProperties": false, "id": "DirectoryDomainSyncSettings", "module_id": "DirectoryService", "properties": { "delta_sync_interval": { "default": 180, "description": "Directory domain delta synchronization interval time between two delta sync in minutes.", "maximum": 720, "minimum": 5, "required": false, "title": "Delta synchronization inverval in minutes", "type": "integer" }, "full_sync_cron_expr": { "description": "Directory domain full synchronization schedule using cron expression. For example, cron expression \"0 0 12 ? * SUN *\" means full sync is scheduled every Sunday midnight. If this object is null, it means there is no background cron job running for full sync.", "required": false, "title": "Full synchronization cron expression", "type": "string" }, "sync_delay_in_sec": { "default": 30, "description": "Sync delay after Directory domain has been successfully created. if delay is -1, initial full sync will not be triggered.", "maximum": 600, "minimum": -1, "required": false, "title": "Sync delay (in second).", "type": "int" } }, "title": "Domain synchronization settings", "type": "object" }