Class: Google::Cloud::Compute::V1::WafExpressionSetExpression
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::WafExpressionSetExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#id ⇒ ::String
Expression ID should uniquely identify the origin of the expression.
-
#sensitivity ⇒ ::Integer
The sensitivity value associated with the WAF rule ID.
Instance Attribute Details
#id ⇒ ::String
Returns Expression ID should uniquely identify the origin of the expression. E.g. owasp-crs-v020901-id973337 identifies Owasp core rule set version 2.9.1 rule id 973337. The ID could be used to determine the individual attack definition that has been detected. It could also be used to exclude it from the policy in case of false positive. required.
36327 36328 36329 36330 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36327 class WafExpressionSetExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sensitivity ⇒ ::Integer
Returns The sensitivity value associated with the WAF rule ID. This corresponds to the ModSecurity paranoia level, ranging from 1 to 4. 0 is reserved for opt-in only rules.
36327 36328 36329 36330 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36327 class WafExpressionSetExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |