Security Policy Rule Rate Limit Options Enforce On Key Config Args
data class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs(val enforceOnKeyName: Output<String>? = null, val enforceOnKeyType: Output<String>? = null) : ConvertibleToJava<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs>
Properties
Link copied to clipboard
Rate limit key name applicable only for the following key types: HTTP_HEADER: Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE: Name of the HTTP cookie whose value is taken as the key value.
Link copied to clipboard
Determines the key to enforce the rate_limit_threshold on. If not specified, defaults to "ALL".