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
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)