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

DataObjectResult

No description

union DataObjectResult =
  | DataObject
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

DataObject object

Represents a data object in Collibra Data Access. These represents all the data entities in a data source (e.g. database, schema, table, column, folder, file, ...).

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

setDataObjectCatalogSystem mutation

Member Of

AccessControl object ● AccessControlAbacScopeAuditLog object ● AccessControlWhatAuditLog object ● AuditWhatAbacRule object ● DataObject object

Last updated

Was this helpful?