EnterpriseKeyTestingOptionsArgs

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

Constructors

Link copied to clipboard
constructor(testingChallenge: Output<String>? = null, testingScore: Output<Double>? = null)

Properties

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

For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_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.

Functions

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