public sealed class SecurityPolicyRecaptchaOptionsConfig : IMessage<SecurityPolicyRecaptchaOptionsConfig>, IEquatable<SecurityPolicyRecaptchaOptionsConfig>, IDeepCloneable<SecurityPolicyRecaptchaOptionsConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `SecurityPolicyRecaptchaOptionsConfig` class, specifically within the `Google.Cloud.Compute.V1` namespace for .NET."],["Version 3.6.0 is the latest documented release, with a range of versions from 1.0.0 to 3.6.0 available for reference."],["The `SecurityPolicyRecaptchaOptionsConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides deep functionality."],["The class has two constructors, one default and another that takes an existing `SecurityPolicyRecaptchaOptionsConfig` instance, enabling the creation of copies."],["Key properties of this class include `HasRedirectSiteKey`, indicating whether a redirect site key is set, and `RedirectSiteKey`, allowing specification of a reCAPTCHA site key, offering developers the control to implement their own site keys."]]],[]]