Class ResponseAccessControl
Module that allows inspection of HTTP response properties and to return a defined HTTP response.
Inherited Members
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class ResponseAccessControl
Properties
Rules
Declaration
[JsonProperty(PropertyName = "rules")]
public List<AccessControlRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
List<AccessControlRule> | Ordered list of AccessControlRules. Rules are executed in order of appearance in this array. |