Package com.pulumi.gcp.recaptcha.outputs
Class EnterpriseKeyTestingOptions
- java.lang.Object
-
- com.pulumi.gcp.recaptcha.outputs.EnterpriseKeyTestingOptions
-
public final class EnterpriseKeyTestingOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnterpriseKeyTestingOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnterpriseKeyTestingOptions.Builder
builder()
static EnterpriseKeyTestingOptions.Builder
builder(EnterpriseKeyTestingOptions defaults)
java.util.Optional<java.lang.String>
testingChallenge()
java.util.Optional<java.lang.Double>
testingScore()
-
-
-
Method Detail
-
testingChallenge
public java.util.Optional<java.lang.String> testingChallenge()
- Returns:
- 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
-
testingScore
public java.util.Optional<java.lang.Double> testingScore()
- Returns:
- All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.
-
builder
public static EnterpriseKeyTestingOptions.Builder builder()
-
builder
public static EnterpriseKeyTestingOptions.Builder builder(EnterpriseKeyTestingOptions defaults)
-
-