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

ExternalMappingFilter

A representation of a link between an external entity from an external system and the corresponding Collibra resource.

input ExternalMappingFilter {
  _and: [ExternalMappingFilter]
  _or: [ExternalMappingFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  externalEntityId: StringFilter
  externalSystemId: StringFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  system: Boolean
}

Fields

_and ● [ExternalMappingFilter] list input

_or ● [ExternalMappingFilter] list input

createdBy ● UserReferenceFilter input

The user who created this resource.

createdOn ● DateTimeFilter input

The creation date of this resource.

externalEntityId ● StringFilter input

The external entity ID of this mapping.

externalSystemId ● StringFilter input

The external system ID of this mapping.

id ● UUIDFilter input

The universally unique identifier of this node.

modifiedBy ● UserReferenceFilter input

The user who last modified this resource.

modifiedOn ● DateTimeFilter input

The last modified date of this resource.

system ● Boolean scalar

Whether this resource is reserved by the system.

Member Of

ExternalMappingCollectionFilter input ● ExternalMappingFilter input

Last updated

Was this helpful?