Class RecaptchaEnterpriseKeyTestingOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyTestingOptions.Jsii$Proxy
-
- All Implemented Interfaces:
RecaptchaEnterpriseKeyTestingOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RecaptchaEnterpriseKeyTestingOptions
@Stability(Stable) @Internal public static final class RecaptchaEnterpriseKeyTestingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RecaptchaEnterpriseKeyTestingOptions
An implementation forRecaptchaEnterpriseKeyTestingOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyTestingOptions
RecaptchaEnterpriseKeyTestingOptions.Builder, RecaptchaEnterpriseKeyTestingOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RecaptchaEnterpriseKeyTestingOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyTestingOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetTestingChallenge()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.NumbergetTestingScore()All assessments for this Key will return this score.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(RecaptchaEnterpriseKeyTestingOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyTestingOptions.Builder.
-
-
Method Detail
-
getTestingChallenge
public final String getTestingChallenge()
Description copied from interface:RecaptchaEnterpriseKeyTestingOptionsFor 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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#testing_challenge RecaptchaEnterpriseKey#testing_challenge}
- Specified by:
getTestingChallengein interfaceRecaptchaEnterpriseKeyTestingOptions
-
getTestingScore
public final Number getTestingScore()
Description copied from interface:RecaptchaEnterpriseKeyTestingOptionsAll assessments for this Key will return this score.Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#testing_score RecaptchaEnterpriseKey#testing_score}
- Specified by:
getTestingScorein interfaceRecaptchaEnterpriseKeyTestingOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-