GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType

enum GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType : Enum<GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType> , ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType>

Required. Describes how this key is integrated with the website.

Entries

Link copied to clipboard

Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead.

Link copied to clipboard

Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges.

Link copied to clipboard

Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.

Link copied to clipboard

Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType
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: GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType
Link copied to clipboard
Link copied to clipboard