> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/unions/access-permissions-result.md).

# AccessPermissionsResult

No description

```graphql
union AccessPermissionsResult =
  | AccessPermissions
  | NotFoundError
  | PermissionDeniedError
```

### Possible types

#### [AccessPermissions](/api/graphql/data-access/object-types/access-permissions.md) object

Represents the permissions granted by an access control on a specific data object.

#### [NotFoundError](/api/graphql/data-access/object-types/not-found-error.md) object

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

#### [PermissionDeniedError](/api/graphql/data-access/object-types/permission-denied-error.md) object

Error when permission to the requested resource is denied.

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object
