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

IssueEntity

No description

union IssueEntity =
  | AccessControl
  | DataObject
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

AccessControl object

Represents an access control object in the system. An access control is the abstract model representing grants, masks, filters and groups (determined by the action field).

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.

Member Of

Issue object

Last updated

Was this helpful?