SecurityPolicyRuleRateLimitOptionsRateLimitThreshold

data class SecurityPolicyRuleRateLimitOptionsRateLimitThreshold(val count: Int? = null, val intervalSec: Int? = null)

Constructors

constructor(count: Int? = null, intervalSec: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Number of HTTP(S) requests for calculating the threshold.

Link copied to clipboard
val intervalSec: Int? = null

Interval over which the threshold is computed.