Show / Hide Table of Contents

Class SecurityPolicyRuleMatcher

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

Inheritance
object
SecurityPolicyRuleMatcher
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyRuleMatcher : IDirectResponseSchema

Properties

Config

The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

Declaration
[JsonProperty("config")]
public virtual SecurityPolicyRuleMatcherConfig Config { get; set; }
Property Value
Type Description
SecurityPolicyRuleMatcherConfig

ETag

The ETag of the item.

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

Expr

User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

Declaration
[JsonProperty("expr")]
public virtual Expr Expr { get; set; }
Property Value
Type Description
Expr

ExprOptions

The configuration options available when specifying a user defined CEVAL expression (i.e., 'expr').

Declaration
[JsonProperty("exprOptions")]
public virtual SecurityPolicyRuleMatcherExprOptions ExprOptions { get; set; }
Property Value
Type Description
SecurityPolicyRuleMatcherExprOptions

VersionedExpr

Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX