Show / Hide Table of Contents

Class SecurityPolicyRulePreconfiguredWafConfigExclusion

Inheritance
object
SecurityPolicyRulePreconfiguredWafConfigExclusion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SecurityPolicyRulePreconfiguredWafConfigExclusion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequestCookiesToExclude

A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

Declaration
[JsonProperty("requestCookiesToExclude")]
public virtual IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> RequestCookiesToExclude { get; set; }
Property Value
Type Description
IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

RequestHeadersToExclude

A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

Declaration
[JsonProperty("requestHeadersToExclude")]
public virtual IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> RequestHeadersToExclude { get; set; }
Property Value
Type Description
IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

RequestQueryParamsToExclude

A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

Declaration
[JsonProperty("requestQueryParamsToExclude")]
public virtual IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> RequestQueryParamsToExclude { get; set; }
Property Value
Type Description
IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

RequestUrisToExclude

A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

Declaration
[JsonProperty("requestUrisToExclude")]
public virtual IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> RequestUrisToExclude { get; set; }
Property Value
Type Description
IList<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

TargetRuleIds

A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

Declaration
[JsonProperty("targetRuleIds")]
public virtual IList<string> TargetRuleIds { get; set; }
Property Value
Type Description
IList<string>

TargetRuleSet

Target WAF rule set to apply the preconfigured WAF exclusion.

Declaration
[JsonProperty("targetRuleSet")]
public virtual string TargetRuleSet { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX