GoogleApi.Compute.V1.Model.SecurityPolicyRecaptchaOptionsConfig (google_api_compute v0.47.0) View Source

Attributes

  • redirectSiteKey (type: String.t, default: nil) - An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.SecurityPolicyRecaptchaOptionsConfig{
  redirectSiteKey: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.