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-04-09 UTC."],[[["The content provides a list of available versions for the `SecurityPolicyRecaptchaOptionsConfig` class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest version."],["`SecurityPolicyRecaptchaOptionsConfig` is a class within the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SecurityPolicyRecaptchaOptionsConfig` has two constructors, a default constructor, and a constructor to copy from another instance of the same class, and contains two properties, HasRedirectSiteKey and RedirectSiteKey."],["The `RedirectSiteKey` property allows for setting a reCAPTCHA site key for rules in security policies using the redirect action with the type `GOOGLE_RECAPTCHA`, and if it is not specified, a Google-managed site key is used."],["The `SecurityPolicyRecaptchaOptionsConfig` class inherits from the `object` class, and it has methods such as `GetHashCode`, `GetType` and `ToString`."]]],[]]