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, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google.Cloud.Compute.V1.dll assembly, and it has been implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers functionalities through properties such as `HasId`, `HasSensitivity`, `Id`, and `Sensitivity`, allowing for setting and checking the status of the ID and sensitivity of an expression, in addition to setting their respective values."],["The latest version of this class available is 3.6.0, but this page specifically documents version 2.15.0, with a detailed list of all the versions ranging from 1.0.0 all the way up to 3.6.0."],["The `WafExpressionSetExpression` class has two constructors, one default and another which takes an existing `WafExpressionSetExpression` object as a parameter, allowing a user to create copies of existing expressions."],["The inherited members from the `object` class include `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]