Name | Type | Description | Notes |
---|---|---|---|
allowed_tries | Option<i32> | The number of login attempts allowed before login is blocked | [optional] |
block_expiry_seconds | Option<i32> | The duration of time that login remains blocked after a failed login | [optional] |
max_blocked_clients | Option<i32> | The maximum number of blocked IP addresses | [optional] |
max_tracked_clients | Option<i32> | The maximum number of tracked IP addresses that have failed login | [optional] |
time_window_seconds | Option<i32> | The window of time in which the value for allowed_tries is enforced |
[optional] |
r#type | Option<String> | The type of rate limiting | [optional] |