Class RequestRateLimiting
Module that allows inspection of HTTP connection properties and to limit requests frequency for a given key.
Inherited Members
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class RequestRateLimiting
Properties
Rules
Declaration
[JsonProperty(PropertyName = "rules")]
public List<RequestRateLimitingRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
List<RequestRateLimitingRule> | Ordered list of RequestRateLimitingRules. Rules are executed in order of appearance in this array. |