Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 905 Bytes

IPAddressRateLimitingSettings.md

File metadata and controls

26 lines (14 loc) · 905 Bytes

IPAddressRateLimitingSettings

Properties

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]

Enum: TypeEnum

Name Value
IP "ip"