KeyArgs

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
fun KeyArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): KeyArgs

Properties

Link copied to clipboard

Settings for keys that can be used by Android apps.

Link copied to clipboard
val displayName: Output<String>? = null

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
val labels: Output<Map<String, String>>? = null

See Creating and managing labels.

Link copied to clipboard
val name: Output<String>? = null

The resource name for the Key in the format "projects/{project}/keys/{key}".

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

Options for user acceptance testing.

Link copied to clipboard
Link copied to clipboard

Settings for keys that can be used by websites.