Class SecurityPolicyRuleMatcher
Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |