public sealed class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions : IMessage<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions>, IEquatable<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions>, IDeepCloneable<SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions>, IBufferMessage, IMessage
public RepeatedField<string> ActionTokenSiteKeys { get; }
A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
public RepeatedField<string> SessionTokenSiteKeys { get; }
A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
[[["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 provides documentation for the `SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions` class within the Google.Cloud.Compute.V1 namespace, with version 3.6.0 being the latest version available."],["The `SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support its functionality."],["This documentation covers a range of versions of this class, spanning from version 1.0.0 to the latest 3.6.0, which are all linked for reference."],["The class includes two primary properties, `ActionTokenSiteKeys` and `SessionTokenSiteKeys`, both of which are of type `RepeatedField\u003cstring\u003e` and are used for validating reCAPTCHA action and session tokens, respectively, using site keys created within the same project as the security policy."],["The class has 2 public constructors, `SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions()` and `SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions other)`, both intended for the instantiation of the class."]]],[]]