# WeaviateApi.AclEntry

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cloudAccessRevoked** | **Boolean** | Indicates whether the AclEntry has been revoked from the cloud and the user has no cloud access, but they still might have local auth tokens that are valid and can access the device and execute commands locally. See localAccessInfo for local auth details. | [optional] 
**creatorEmail** | **String** | User who created this entry. At the moment it is populated only when pending &#x3D;&#x3D; true. | [optional] 
**delegator** | **String** | User on behalf of whom the access is granted to the application. | [optional] 
**id** | **String** | Unique ACL entry ID. | [optional] 
**key** | **String** | Public access key value. Set only when scopeType is PUBLIC. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#aclEntry\&quot;. | [optional] [default to &#39;weave#aclEntry&#39;]
**localAccessInfo** | [**LocalAccessInfo**](LocalAccessInfo.md) |  | [optional] 
**pending** | **Boolean** | Whether this ACL entry is pending for user reply to accept/reject it. | [optional] 
**privileges** | **[String]** | Set of access privileges granted for this scope.  Valid values are:   - \&quot;modifyAcl\&quot;  - \&quot;viewAllEvents\&quot; | [optional] 
**revocationTimeMs** | **String** | Time in milliseconds since Unix Epoch indicating when the AclEntry was revoked. | [optional] 
**role** | **String** | Access role granted to this scope. | [optional] 
**scopeId** | **String** | Email address if scope type is user or group, domain name if scope type is a domain. | [optional] 
**scopeMembership** | **String** | Type of membership the user has in the scope. | [optional] 
**scopeName** | **String** | Displayable scope name. | [optional] 
**scopePhotoUrl** | **String** | URL of this scope displayable photo. | [optional] 
**scopeType** | **String** | Type of the access scope. | [optional] 


<a name="[PrivilegesEnum]"></a>
## Enum: [PrivilegesEnum]


* `modifyAcl` (value: `"modifyAcl"`)

* `viewAllEvents` (value: `"viewAllEvents"`)




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


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

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

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

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

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




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


* `delegator` (value: `"delegator"`)

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

* `member` (value: `"member"`)

* `none` (value: `"none"`)




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


* `application` (value: `"application"`)

* `domain` (value: `"domain"`)

* `group` (value: `"group"`)

* `public` (value: `"public"`)

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




