> 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/sync-data.md).

# SyncData

Represents the synchronization data for an access control on a specific data source.

```graphql
type SyncData {
  accessControlType: AccessControlType
  actualName: String
  dataSource: DataSource!
  deleted: Boolean!
  lastSuccessfulSync: Time
  maskType: MaskType
  syncStatus: SyncStatus!
}
```

### Fields

#### accessControlType ● [`AccessControlType`](/api/graphql/data-access/object-types/access-control-type.md) object <a href="#access-control-type" id="access-control-type"></a>

The meta data of the access control type in the target system.

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

The actual name of the access control in the target system, if applicable.

#### dataSource ● [`DataSource!`](/api/graphql/data-access/object-types/data-source.md) non-null object <a href="#data-source" id="data-source"></a>

The data source this is applicable to

#### deleted ● [`Boolean!`](/api/graphql/data-access/scalars/boolean.md) non-null scalar <a href="#deleted" id="deleted"></a>

Whether the access control is marked as deleted.

#### lastSuccessfulSync ● [`Time`](/api/graphql/data-access/scalars/time.md) scalar <a href="#last-successful-sync" id="last-successful-sync"></a>

The time of the last successful sync.

#### maskType ● [`MaskType`](/api/graphql/data-access/object-types/mask-type.md) object <a href="#mask-type" id="mask-type"></a>

In case of a mask access control, this indicates the type of mask.

#### syncStatus ● [`SyncStatus!`](/api/graphql/data-access/enumerations/sync-status.md) non-null enum <a href="#sync-status" id="sync-status"></a>

The current synchronization status of the access control on the data source.

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object
