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-24 UTC."],[[["The webpage provides documentation for the `SecurityPolicyRecaptchaOptionsConfig` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.11.0."],["The documentation lists various versions of the `SecurityPolicyRecaptchaOptionsConfig` class, ranging from version 1.0.0 to the latest version 3.6.0."],["The `SecurityPolicyRecaptchaOptionsConfig` class is a part of the `Google.Cloud.Compute.V1` assembly and inherits from `object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HasRedirectSiteKey` (a boolean indicating if the redirect site key is set) and `RedirectSiteKey` (a string for the reCAPTCHA site key)."],["The class has two constructors, a parameterless one, and one that takes another `SecurityPolicyRecaptchaOptionsConfig` object."]]],[]]