# JReportServer.User

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fullName** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**email** | **String** | The user e-mail. | [optional] 
**password** | **String** |  | [optional] 
**confirmPassword** | **String** |  | [optional] 
**createTime** | **String** |  | [optional] 
**lastModifiedTime** | **String** |  | [optional] 
**passwordExpireDays** | **Number** | The number of days after which the password will expire. 0 means the password will never expire. | [optional] 
**passwordMinLength** | **Number** | The password minimum length. 0 means no password. | [optional] 
**accountDisabled** | **Boolean** |  | [optional] 
**enableNullPassword** | **Boolean** |  | [optional] 
**askUserToChangePasswordAfterExpired** | **Boolean** | Ask the user to change the password after it is expired. | [optional] 
**askUserToChangePasswordAfterResetByAdministrator** | **Boolean** | Ask the user to change the password after it is reset by the administrator. | [optional] 


