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>
Returns 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.
28750 28751 28752 28753 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28750 class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_token_site_keys ⇒ ::Array<::String>
Returns 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.
28750 28751 28752 28753 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28750 class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |