GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference

enum GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference : Enum<GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference> , ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference>

Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE.

Entries

Link copied to clipboard

Default type that indicates this enum hasn't been specified.

Link copied to clipboard

Key tends to show fewer and easier challenges.

Link copied to clipboard

Key tends to show balanced (in amount and difficulty) challenges.

Link copied to clipboard

Key tends to show more and harder challenges.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference
Link copied to clipboard
Link copied to clipboard