View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WafSettings (google_api_recaptcha_enterprise v0.7.0)

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

Attributes

  • wafFeature (type: String.t, default: nil) - Required. The WAF feature for which this key is enabled.
  • wafService (type: String.t, default: nil) - Required. The WAF service that uses this key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1WafSettings{
    wafFeature: String.t() | nil,
    wafService: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.