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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setAllowAllBundleIds
If set to true, allowed_bundle_ids are not enforced.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getAllowedBundleIds
iOS bundle ids of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAllowedBundleIds
iOS bundle ids of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |