DirectoryDomainSyncSettings
DirectoryDomainSyncSettings
Domain synchronization settings
JSON Example
{
"delta_sync_interval": 0,
"full_sync_cron_expr": "string",
"sync_delay_in_sec": 0
}
integer As int64
As int64
delta_sync_interval
Optional
Constraints:
minimum: 5
maximum: 720
default: 180
Directory domain delta synchronization interval time between two delta sync in minutes.
string
full_sync_cron_expr
Optional
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.
integer As int32
As int32
sync_delay_in_sec
Optional
Constraints:
minimum: -1
maximum: 600
default: 30
Sync delay after Directory domain has been successfully created. if delay is -1, initial full sync will not be triggered.