Google Cloud Recaptchaenterprise V1IOSKey Settings Response
data class GoogleCloudRecaptchaenterpriseV1IOSKeySettingsResponse(val allowAllBundleIds: Boolean, val allowedBundleIds: List<String>, val appleDeveloperId: GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdResponse)
Settings specific to keys that can be used by iOS apps.
Constructors
Link copied to clipboard
constructor(allowAllBundleIds: Boolean, allowedBundleIds: List<String>, appleDeveloperId: GoogleCloudRecaptchaenterpriseV1AppleDeveloperIdResponse)
Properties
Link copied to clipboard
If set to true, allowed_bundle_ids are not enforced.
Link copied to clipboard
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
Link copied to clipboard
Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest 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.