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

AccessWhoItemItem

No description

union AccessWhoItemItem =
  | AccessControl
  | DataShareRecipient
  | DataSource
  | InvalidInputError
  | NotFoundError
  | User

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).

DataSource object

Represents a data source in Collibra Data Access.

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.

User object

Represents a user in Collibra Data Access. It can be a human user or a machine user (service account) which groups accounts in different data sources.

Member Of

AccessControlWhoAuditLog object ● AccessWhoItem object ● AttestationDecision object

Last updated

Was this helpful?