Class WafSettings (2.1.0)

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

Settings specific to keys that can be used for WAF (Web Application Firewall).

Inheritance

Object > WafSettings

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

WafSettings()

public WafSettings()

WafSettings(WafSettings)

public WafSettings(WafSettings other)
Parameter
NameDescription
otherWafSettings

Properties

WafFeature

public WafSettings.Types.WafFeature WafFeature { get; set; }

Required. The WAF feature for which this key is enabled.

Property Value
TypeDescription
WafSettings.Types.WafFeature

WafService

public WafSettings.Types.WafService WafService { get; set; }

Required. The WAF service that uses this key.

Property Value
TypeDescription
WafSettings.Types.WafService