Class WafExpressionSetExpression (1.3.0)

public sealed class WafExpressionSetExpression : IMessage<WafExpressionSetExpression>, IEquatable<WafExpressionSetExpression>, IDeepCloneable<WafExpressionSetExpression>, IBufferMessage, IMessage

Inheritance

Object > WafExpressionSetExpression

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

WafExpressionSetExpression()

public WafExpressionSetExpression()

WafExpressionSetExpression(WafExpressionSetExpression)

public WafExpressionSetExpression(WafExpressionSetExpression other)
Parameter
NameDescription
otherWafExpressionSetExpression

Properties

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
TypeDescription
Boolean

Id

public string Id { get; set; }

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

Property Value
TypeDescription
String