Show / Hide Table of Contents

Class ResponseProtection

Module that allows to enable OCI-managed protection capabilities for HTTP responses.

Inheritance
object
ResponseProtection
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 ResponseProtection

Properties

Rules

Declaration
[JsonProperty(PropertyName = "rules")]
public List<ProtectionRule> Rules { get; set; }
Property Value
Type Description
List<ProtectionRule>

Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.

In this article
Back to top