Google Cloud Recaptcha Enterprise V1 Client - Class IOSKeySettings (1.7.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class IOSKeySettings.

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

Generated from protobuf message google.cloud.recaptchaenterprise.v1.IOSKeySettings

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ allow_all_bundle_ids bool

Optional. If set to true, allowed_bundle_ids are not enforced.

↳ allowed_bundle_ids array

Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

↳ apple_developer_id 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.

getAllowAllBundleIds

Optional. If set to true, allowed_bundle_ids are not enforced.

Returns
TypeDescription
bool

setAllowAllBundleIds

Optional. If set to true, allowed_bundle_ids are not enforced.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAllowedBundleIds

Optional. iOS bundle ids of apps allowed to use the key.

Example: 'com.companyname.productname.appname'

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllowedBundleIds

Optional. iOS bundle ids of apps allowed to use the key.

Example: 'com.companyname.productname.appname'

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getAppleDeveloperId

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
TypeDescription
Google\Cloud\RecaptchaEnterprise\V1\AppleDeveloperId|null

hasAppleDeveloperId

clearAppleDeveloperId

setAppleDeveloperId

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.

Parameter
NameDescription
var Google\Cloud\RecaptchaEnterprise\V1\AppleDeveloperId
Returns
TypeDescription
$this