> 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/object-types/data-source-sync-schedule-settings.md).

# DataSourceSyncScheduleSettings

Represents the schedule settings for the data source synchronizations.

```graphql
type DataSourceSyncScheduleSettings {
  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.

#### 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.

#### 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.

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

The cron expression for the global synchronization.

#### 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.

### Member Of

[`DataSource`](/api/graphql/data-access/object-types/data-source.md) object
