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 `SecurityPolicyRecaptchaOptionsConfig` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["This class is used to configure reCAPTCHA options for security policies, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.6.0, and there are multiple versions of this class documented, starting from version 1.0.0 up to the latest."],["The class has two constructors, one for creating a new instance, and one for making a copy of another existing `SecurityPolicyRecaptchaOptionsConfig` instance."],["The class includes properties `HasRedirectSiteKey` which indicates if the `redirect_site_key` field is set, and `RedirectSiteKey` which is an optional string to set the reCAPTCHA site key."]]],[]]