# AllowedAccessTypes: Bouw7 Allowed Access Types
Returns a list of types that the currently authenticated user has access to.
Returns a list of types that the currently authenticated user has access to.
- Catalog: `Bouw7`
- Schema: `Organization`
- Label: Allowed Access Types
This is a read-only table. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API.
## Table Columns
The columns of the table `AllowedAccessTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `changeTo` | `char` | Change to | ☐ | Whether or not this permission grants access to persist changes. |
| `id` | `int64` | ID | ☐ | The ID of the type. |
| `name` | `varchar2` | Name | ☐ | The value that the current authenticated user is granted to view/update/changeTo. |
| `type` | `varchar2` | Type | ☐ | The name of the type. |
| `update` | `char` | Update | ☐ | Whether or not this permission grants update access. |
| `view` | `char` | View | ☐ | Whether or not this permission grants view access. |