# WeaviateApi.AclEntriesListResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aclEntries** | [**[AclEntry]**](AclEntry.md) | The actual list of ACL entries. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#aclEntriesListResponse\&quot;. | [optional] [default to &#39;weave#aclEntriesListResponse&#39;]
**nextPageToken** | **String** | Token corresponding to the next page of ACL entries. | [optional] 
**totalResults** | **Number** | The total number of ACL entries for the query. The number of items in a response may be smaller due to paging. | [optional] 


