Show / Hide Table of Contents

Class ResponseAccessControl

Module that allows inspection of HTTP response properties and to return a defined HTTP response.

Inheritance
object
ResponseAccessControl
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top