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-24 UTC."],[[["This webpage details the `WafExpressionSetExpression` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.4.0 of the library."],["The `WafExpressionSetExpression` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The class includes properties `Id` (a string for the expression's unique identifier) and `Sensitivity` (an integer representing the rule's sensitivity level from 1 to 4, with 0 reserved)."],["The `WafExpressionSetExpression` class has two constructors, a default one, and another to construct a new object from another `WafExpressionSetExpression` object, as well as inheriting members from the `object` class."],["The page contains a list of past and current version releases related to `WafExpressionSetExpression`, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest release."]]],[]]