NextHopToUserResult
union NextHopToUserResult = AccessControl | NotFoundError | UserPossible types
AccessControl object
NotFoundError object
User object
Member Of
Last updated
Was this helpful?
No description
union NextHopToUserResult = AccessControl | NotFoundError | UserRepresents 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).
Error when the user is requesting a resource that does not exist.
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.
AccessControl object
Last updated
Was this helpful?
Was this helpful?