Class: Google::Cloud::RecaptchaEnterprise::V1::AndroidKeySettings

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

Overview

Settings specific to keys that can be used by Android apps.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_all_package_names::Boolean

Returns If set to true, it means allowed_package_names will not be enforced.

Returns:

  • (::Boolean)

    If set to true, it means allowed_package_names will not be enforced.



509
510
511
512
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 509

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

#allowed_package_names::Array<::String>

Returns Android package names of apps allowed to use the key. Example: 'com.companyname.appname'.

Returns:

  • (::Array<::String>)

    Android package names of apps allowed to use the key. Example: 'com.companyname.appname'



509
510
511
512
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 509

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