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

#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'



387
388
389
390
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 387

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