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

DataSourceSyncScheduleInput

Input object to set the sync scheduling for a data source.

input DataSourceSyncScheduleInput {
  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. Null will not update the global cron expression. Empty string will remove the global cron expression.

accessToTargetSync ● String scalar

If set, this overrides the global cron expression for the access control to target sync specifically. Null will not update the global cron expression. Empty string will remove the global cron expression.

dataObjectSync ● String scalar

If set, this overrides the global cron expression for the data object sync specifically. Null will not update the global cron expression. Empty string will remove the global cron expression.

global ● String scalar

The cron expression for the global synchronization. Null will not update the global cron expression. Empty string will remove the global cron expression.

identitySync ● String scalar

If set, this overrides the global cron expression for the identity sync specifically. Null will not update the global cron expression. Empty string will remove the global cron expression.

Member Of

DataSourceInput input

Last updated

Was this helpful?