| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
User blocking settings. More...
import <Security.idl;
| Public Attributes | |
| int | maxFailedLogins | 
| The number of failed logins before blocking a user. | |
| int | blockTimeout | 
| Time (in minutes) the account will be blocked. | |
| int | failedLoginTimeout | 
| Time (in minutes) before resetting the failure counter. | |
User blocking settings.
Definition at line 57 of file Security.idl.
| int security::BlockSettings::blockTimeout | 
Time (in minutes) the account will be blocked.
Definition at line 59 of file Security.idl.
| int security::BlockSettings::failedLoginTimeout | 
Time (in minutes) before resetting the failure counter.
Definition at line 60 of file Security.idl.
| int security::BlockSettings::maxFailedLogins | 
The number of failed logins before blocking a user.
Definition at line 58 of file Security.idl.