Class: Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Settings specific to keys that can be used by Android apps.
Instance Attribute Summary collapse
-
#allowed_package_names ⇒ ::Array<::String>
Android package names of apps allowed to use the key.
Instance Attribute Details
#allowed_package_names ⇒ ::Array<::String>
Returns Android package names of apps allowed to use the key. Example: 'com.companyname.appname'.
356 357 358 359 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 356 class AndroidKeySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |