Class: Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ActionSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Per-action challenge settings.

Instance Attribute Summary collapse

Instance Attribute Details

#score_threshold::Float

Returns Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).

Returns:

  • (::Float)

    Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).



1531
1532
1533
1534
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1531

class ActionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end