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

ExternalMappingReferenceFilter

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

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

Fields

The field value is null.

The user who created this resource.

The creation date of this resource.

The external entity ID of this mapping.

The external system ID of this mapping.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

Whether this resource is reserved by the system.

Member Of

ExternalMappingReferenceFilter input

Last updated

Was this helpful?