Settings specific to keys that can be used by iOS apps.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.IOSKeySettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearAppleDeveloperId() |
| public getAllowAllBundleIds() Optional. If set to true, allowed_bundle_ids are not enforced. Generated from protobuf field bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public getAllowedBundleIds() Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname' Generated from protobuf field repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public getAppleDeveloperId() Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
|
| public hasAppleDeveloperId() |
| public setAllowAllBundleIds( $var) Optional. If set to true, allowed_bundle_ids are not enforced. Generated from protobuf field bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setAllowedBundleIds( $var) Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname' Generated from protobuf field repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public setAppleDeveloperId( $var) Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
|
| Properties |
| protected $allow_all_bundle_ids = false Optional. If set to true, allowed_bundle_ids are not enforced. Generated from protobuf field bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $apple_developer_id = NULL Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL]; |
| Methods |
| Properties |
| private $allowed_bundle_ids = NULL Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname' Generated from protobuf field repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL]; |