reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::IOSKeySettings (v0.7.1)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::IOSKeySettings.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_all_bundle_ids

def allow_all_bundle_ids() -> ::Boolean
Returns
  • (::Boolean) — If set to true, allowed_bundle_ids are not enforced.

#allow_all_bundle_ids=

def allow_all_bundle_ids=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, allowed_bundle_ids are not enforced.
Returns
  • (::Boolean) — If set to true, allowed_bundle_ids are not enforced.

#allowed_bundle_ids

def allowed_bundle_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

#allowed_bundle_ids=

def allowed_bundle_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
Returns
  • (::Array<::String>) — iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'