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."],[[["The latest version of the `SecurityPolicyRecaptchaOptionsConfig` is 3.6.0, with multiple previous versions available, starting from 1.0.0."],["The `SecurityPolicyRecaptchaOptionsConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides the option to define a reCAPTCHA site key via the `RedirectSiteKey` property, which if left unspecified, a Google-managed key will be used, though this is only supported in Global Security Policies of type CLOUD_ARMOR."],["The `HasRedirectSiteKey` property indicates if a `RedirectSiteKey` value has been set."],["The `SecurityPolicyRecaptchaOptionsConfig` class can be constructed with no parameters, or a `SecurityPolicyRecaptchaOptionsConfig` parameter, allowing it to either be initialized as a fresh object, or as a clone of a current one."]]],[]]