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

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) — Optional. If set to true, allowed_bundle_ids are not enforced.

#allow_all_bundle_ids=

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

#allowed_bundle_ids

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

#apple_developer_id

def apple_developer_id() -> ::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
Returns
  • (::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId) — 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.

#apple_developer_id=

def apple_developer_id=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId
Parameter
  • value (::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId) — 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.
Returns
  • (::Google::Cloud::RecaptchaEnterprise::V1::AppleDeveloperId) — 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.