Class IOSKeySettings (1.14.0)

IOSKeySettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
allow_all_bundle_ids bool
Optional. If set to true, allowed_bundle_ids are not enforced.
allowed_bundle_ids MutableSequence[str]
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
apple_developer_id google.cloud.recaptchaenterprise_v1.types.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.