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. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
[[["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."],[[["This webpage details the `SecurityPolicyRecaptchaOptionsConfig` class within the Google.Cloud.Compute.V1 namespace, version 2.13.0 of the library, with the latest version being 3.6.0."],["The `SecurityPolicyRecaptchaOptionsConfig` class is a concrete class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and has two constructors, a default constructor and another one that accepts another `SecurityPolicyRecaptchaOptionsConfig` instance as an argument."],["The class includes two properties: `HasRedirectSiteKey` which checks if the \"redirect_site_key\" field is set, and `RedirectSiteKey` which allows setting a reCAPTCHA site key for security policies, or uses a Google-managed site key if none is specified."],["There are multiple versions available for the `SecurityPolicyRecaptchaOptionsConfig` class in addition to the currently viewed 2.13.0 version, ranging from 1.0.0 to 3.6.0."]]],[]]