Key Args
data class KeyArgs(val androidSettings: Output<GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs>? = null, val displayName: Output<String>? = null, val iosSettings: Output<GoogleCloudRecaptchaenterpriseV1IOSKeySettingsArgs>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val testingOptions: Output<GoogleCloudRecaptchaenterpriseV1TestingOptionsArgs>? = null, val wafSettings: Output<GoogleCloudRecaptchaenterpriseV1WafSettingsArgs>? = null, val webSettings: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsArgs>? = null) : ConvertibleToJava<KeyArgs>
Creates a new reCAPTCHA Enterprise key.
Constructors
Link copied to clipboard
constructor(androidSettings: Output<GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs>? = null, displayName: Output<String>? = null, iosSettings: Output<GoogleCloudRecaptchaenterpriseV1IOSKeySettingsArgs>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, project: Output<String>? = null, testingOptions: Output<GoogleCloudRecaptchaenterpriseV1TestingOptionsArgs>? = null, wafSettings: Output<GoogleCloudRecaptchaenterpriseV1WafSettingsArgs>? = null, webSettings: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsArgs>? = null)
Properties
Link copied to clipboard
Settings for keys that can be used by Android apps.
Link copied to clipboard
Human-readable display name of this key. Modifiable by user.
Link copied to clipboard
Settings for keys that can be used by iOS apps.
Link copied to clipboard
Options for user acceptance testing.
Link copied to clipboard
Settings for WAF
Link copied to clipboard
Settings for keys that can be used by websites.