Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class IntegrationType.
Enum that represents the integration types for web keys.
Ensure that applications can handle values not explicitly listed.
Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.IntegrationType
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ WebKeySettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INTEGRATION_TYPE_UNSPECIFIED
Value: 0Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead.
Generated from protobuf enum INTEGRATION_TYPE_UNSPECIFIED = 0;
SCORE
Value: 1Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges.
Generated from protobuf enum SCORE = 1;
CHECKBOX
Value: 2Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.
Generated from protobuf enum CHECKBOX = 2;
INVISIBLE
Value: 3Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.
Generated from protobuf enum INVISIBLE = 3;
POLICY_BASED_CHALLENGE
Value: 5Displays a visual challenge or not depending on the user risk analysis score.
Generated from protobuf enum POLICY_BASED_CHALLENGE = 5;