# SyncGateway.User

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the user that will be created | [optional] 
**password** | **String** | Password of the user that will be created. Required, unless the allow_empty_password Sync Gateway per-database configuration value is set to true, in which case the password can be omitted. | [optional] 
**adminChannels** | **[String]** | Array of channel names to give the user access to | [optional] 
**adminRoles** | **[String]** | Array of role names to assign to this user | [optional] 
**allChannels** | **[String]** | Array of channel names the user is given access to | [optional] 
**email** | **String** | Email of the user that will be created. | [optional] 
**disabled** | **Boolean** | Boolean property to disable this user. The user will not be able to login if this property is set to true. | [optional] 
**roles** | **[String]** | Array of role names the user is given access to | [optional] 


