Class: Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#action_token_site_keys ⇒ ::Array<::String>
A list of site keys to be used during the validation of reCAPTCHA action-tokens.
-
#session_token_site_keys ⇒ ::Array<::String>
A list of site keys to be used during the validation of reCAPTCHA session-tokens.
Instance Attribute Details
#action_token_site_keys ⇒ ::Array<::String>
29986 29987 29988 29989 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29986 class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_token_site_keys ⇒ ::Array<::String>
29986 29987 29988 29989 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29986 class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |