Class: Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
- 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 iOS apps.
Instance Attribute Summary collapse
-
#allowed_bundle_ids ⇒ ::Array<::String>
IOS bundle ids of apps allowed to use the key.
Instance Attribute Details
#allowed_bundle_ids ⇒ ::Array<::String>
Returns iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'.
366 367 368 369 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 366 class IOSKeySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |