Class: Google::Cloud::RecaptchaEnterprise::V1::IOSKeySettings
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::IOSKeySettings
- 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 iOS apps.
Instance Attribute Summary collapse
-
#allow_all_bundle_ids ⇒ ::Boolean
Optional.
-
#allowed_bundle_ids ⇒ ::Array<::String>
Optional.
-
#apple_developer_id ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
Optional.
Instance Attribute Details
#allow_all_bundle_ids ⇒ ::Boolean
Returns Optional. If set to true, allowed_bundle_ids are not enforced.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1370 class IOSKeySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allowed_bundle_ids ⇒ ::Array<::String>
Returns Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1370 class IOSKeySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#apple_developer_id ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
Returns Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1370 class IOSKeySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |