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 in the `Google.Cloud.Compute.V1` namespace, is part of the Google Cloud Compute API and has multiple versions with the latest being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `WafExpressionSetExpression` class has properties such as `Id` which uniquely identifies the expression's origin, and `Sensitivity` which indicates the sensitivity level of the WAF rule."],["The `WafExpressionSetExpression` class includes constructors allowing for the creation of new instances, either as a blank instance or as a copy of an existing `WafExpressionSetExpression` object."],["The class inherits from `object`, inheriting functions such as `GetHashCode`, `GetType` and `ToString`."]]],[]]