Class WafExpressionSet
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class WafExpressionSet : IDirectResponseSchema
Properties
Aliases
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
Declaration
[JsonProperty("aliases")]
public virtual IList<string> Aliases { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Expressions
List of available expressions.
Declaration
[JsonProperty("expressions")]
public virtual IList<WafExpressionSetExpression> Expressions { get; set; }
Property Value
Type | Description |
---|---|
IList<WafExpressionSetExpression> |
Id
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |