Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions (v2.11.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action_token_site_keys

def action_token_site_keys() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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.

#action_token_site_keys=

def action_token_site_keys=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.
Returns
  • (::Array<::String>) — 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.

#session_token_site_keys

def session_token_site_keys() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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.

#session_token_site_keys=

def session_token_site_keys=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.
Returns
  • (::Array<::String>) — 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.