GoogleCloudRecaptchaenterpriseV1TestingOptionsArgs

data class GoogleCloudRecaptchaenterpriseV1TestingOptionsArgs(val testingChallenge: Output<GoogleCloudRecaptchaenterpriseV1TestingOptionsTestingChallenge>? = null, val testingScore: Output<Double>? = null) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1TestingOptionsArgs>

Options for user acceptance testing.

Constructors

Functions

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

Properties

Link copied to clipboard

For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

Link copied to clipboard
val testingScore: Output<Double>? = null

All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.