public sealed class WafExpressionSetExpression : IMessage<WafExpressionSetExpression>, IEquatable<WafExpressionSetExpression>, IDeepCloneable<WafExpressionSetExpression>, IBufferMessage, IMessage
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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `WafExpressionSetExpression` class provides a structure for defining Web Application Firewall (WAF) rule expressions within the Google Cloud Compute V1 API."],["This class includes properties such as `Id`, for a unique identifier for the expression, and `Sensitivity`, which corresponds to the ModSecurity paranoia level for the associated rule, ranging from 1 to 4 with 0 for opt-in."],["The latest version available is 3.6.0, with multiple previous versions ranging from 3.5.0 down to 1.0.0, indicating a history of updates and refinements to this class and its functionality."],["`WafExpressionSetExpression` inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable\u003cWafExpressionSetExpression\u003e`, `IDeepCloneable\u003cWafExpressionSetExpression\u003e`, and `IBufferMessage`, providing it with functionalities like message handling, equality comparisons, deep cloning and buffer management."],["The class has two constructors, one is default and the other is a copy constructor allowing for creating a `WafExpressionSetExpression` object based on another `WafExpressionSetExpression` object."]]],[]]