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).
Implements
IMessage<WafSettings>, IEquatable<WafSettings>, IDeepCloneable<WafSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
WafSettings()
public WafSettings()
WafSettings(WafSettings)
public WafSettings(WafSettings other)
Parameter | |
---|---|
Name | Description |
other | WafSettings |
Properties
WafFeature
public WafSettings.Types.WafFeature WafFeature { get; set; }
Required. The WAF feature for which this key is enabled.
Property Value | |
---|---|
Type | Description |
WafSettings.Types.WafFeature |
WafService
public WafSettings.Types.WafService WafService { get; set; }
Required. The WAF service that uses this key.
Property Value | |
---|---|
Type | Description |
WafSettings.Types.WafService |