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

ExternalMapping

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

type ExternalMapping implements Auditable, Node {
  createdBy: User
  createdOn: DateTime
  externalEntityId: String!
  externalSystemId: String!
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  system: Boolean!
}

Fields

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.

ExternalMapping.idUUID! non-null scalar

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

ExternalMapping.systemBoolean! non-null scalar

Whether this resource is reserved by the system.

Interfaces

Auditable interface

An interface implemented by all types holding auditing information.

Node interface

A base interface implemented by all types.

Member Of

Asset object ● Community object ● Domain object

Last updated

Was this helpful?