For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataSourceSyncScheduleSettings

Represents the schedule settings for the data source synchronizations.

type DataSourceSyncScheduleSettings {
  accessFromTargetSync: String
  accessToTargetSync: String
  dataObjectSync: String
  global: String
  identitySync: String
}

Fields

accessFromTargetSync ● String scalar

If set, this overrides the global cron expression for the access control from target sync specifically.

accessToTargetSync ● String scalar

If set, this overrides the global cron expression for the access control to target sync specifically.

dataObjectSync ● String scalar

If set, this overrides the global cron expression for the data object sync specifically.

global ● String scalar

The cron expression for the global synchronization.

identitySync ● String scalar

If set, this overrides the global cron expression for the identity sync specifically.

Member Of

DataSource object

Last updated

Was this helpful?