GoogleCloudRecaptchaenterpriseV1WafSettingsWafFeature

enum GoogleCloudRecaptchaenterpriseV1WafSettingsWafFeature : Enum<GoogleCloudRecaptchaenterpriseV1WafSettingsWafFeature> , ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1WafSettingsWafFeature>

Required. The WAF feature for which this key is enabled.

Entries

Link copied to clipboard

Undefined feature.

Link copied to clipboard

Redirects suspicious traffic to reCAPTCHA.

Link copied to clipboard

Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.

Link copied to clipboard

Use reCAPTCHA action-tokens to protect user actions.

Link copied to clipboard

Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.

Types

Link copied to clipboard
object Companion

Functions

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