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-04-09 UTC."],[[["The provided content is a documentation page for the `WafExpressionSetExpression` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0."],["The class `WafExpressionSetExpression` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for serialization, equality comparison, deep cloning, and buffer management."],["It includes properties `Id` (a string for identifying the expression's origin) and `Sensitivity` (an integer indicating the WAF rule's sensitivity level, from 1 to 4, with 0 reserved), with both properties having corresponding boolean getters `HasId` and `HasSensitivity` to check if they are set."],["This class has 2 constructors, one default and another for creating a new `WafExpressionSetExpression` from an existing object of the same type."],["The page lists numerous previous versions of the documentation, ranging from version 1.0.0 up to the latest at 3.6.0, with corresponding links for users to access them."]]],[]]