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

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

If set to true, allowed_bundle_ids are not enforced.

↳ allowed_bundle_ids array

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

getAllowAllBundleIds

If set to true, allowed_bundle_ids are not enforced.

Returns
TypeDescription
bool

setAllowAllBundleIds

If set to true, allowed_bundle_ids are not enforced.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAllowedBundleIds

iOS bundle ids of apps allowed to use the key.

Example: 'com.companyname.productname.appname'

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllowedBundleIds

iOS bundle ids of apps allowed to use the key.

Example: 'com.companyname.productname.appname'

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this