Show / Hide Table of Contents

Class WafExpressionSet

Inheritance
object
WafExpressionSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX