Security Policy Rule Matcher Response
data class SecurityPolicyRuleMatcherResponse(val config: SecurityPolicyRuleMatcherConfigResponse, val expr: ExprResponse, val exprOptions: SecurityPolicyRuleMatcherExprOptionsResponse, val versionedExpr: String)
Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.
Constructors
Link copied to clipboard
fun SecurityPolicyRuleMatcherResponse(config: SecurityPolicyRuleMatcherConfigResponse, expr: ExprResponse, exprOptions: SecurityPolicyRuleMatcherExprOptionsResponse, versionedExpr: String)
Types
Properties
Link copied to clipboard
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.