> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/data-source-sync-schedule-input.md).

# DataSourceSyncScheduleInput

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

```graphql
input DataSourceSyncScheduleInput {
  accessFromTargetSync: String
  accessToTargetSync: String
  dataObjectSync: String
  global: String
  identitySync: String
}
```

### Fields

#### accessFromTargetSync ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#access-from-target-sync" id="access-from-target-sync"></a>

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`](/api/graphql/data-access/scalars/string.md) scalar <a href="#access-to-target-sync" id="access-to-target-sync"></a>

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`](/api/graphql/data-access/scalars/string.md) scalar <a href="#data-object-sync" id="data-object-sync"></a>

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`](/api/graphql/data-access/scalars/string.md) scalar <a href="#global" id="global"></a>

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`](/api/graphql/data-access/scalars/string.md) scalar <a href="#identity-sync" id="identity-sync"></a>

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`](/api/graphql/data-access/input-types/data-source-input.md) input
