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

SyncData

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

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

Fields

accessControlType ● AccessControlType object

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

actualName ● String scalar

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

dataSource ● DataSource! non-null object

The data source this is applicable to

deleted ● Boolean! non-null scalar

Whether the access control is marked as deleted.

lastSuccessfulSync ● Time scalar

The time of the last successful sync.

maskType ● MaskType object

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

syncStatus ● SyncStatus! non-null enum

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

Member Of

AccessControl object

Last updated

Was this helpful?