| Name | Type | Description | Notes |
|---|---|---|---|
| allowedTries | Integer | The number of login attempts allowed before login is blocked | [optional] |
| blockExpirySeconds | Integer | The duration of time that login remains blocked after a failed login | [optional] |
| maxBlockedClients | Integer | The maximum number of blocked IP addresses | [optional] |
| maxTrackedClients | Integer | The maximum number of tracked IP addresses that have failed login | [optional] |
| timeWindowSeconds | Integer | The window of time in which the value for `allowed_tries` is enforced | [optional] |
| type | TypeEnum | The type of rate limiting | [optional] |
| Name | Value |
|---|---|
| IP | "ip" |