# WeaviateApi.LocalAccessEntry

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isApp** | **Boolean** | Whether this belongs to a delegated app or user. | [optional] 
**localAccessRole** | **String** | Access role of the user. | [optional] 
**projectId** | **String** | Project id of the app that this access info is associated with. | [optional] 


<a name="LocalAccessRoleEnum"></a>
## Enum: LocalAccessRoleEnum


* `manager` (value: `"manager"`)

* `owner` (value: `"owner"`)

* `robot` (value: `"robot"`)

* `user` (value: `"user"`)

* `viewer` (value: `"viewer"`)




