Google Cloud Recaptcha Enterprise V1 Client - Class AccountDefenderLabel (2.2.1)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class AccountDefenderLabel.

Labels returned by account defender for this request.

Protobuf type google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ AccountDefenderAssessment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACCOUNT_DEFENDER_LABEL_UNSPECIFIED

Value: 0

Default unspecified type.

Generated from protobuf enum ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;

PROFILE_MATCH

Value: 1

The request matches a known good profile for the user.

Generated from protobuf enum PROFILE_MATCH = 1;

SUSPICIOUS_LOGIN_ACTIVITY

Value: 2

The request is potentially a suspicious login event and must be further verified either through multi-factor authentication or another system.

Generated from protobuf enum SUSPICIOUS_LOGIN_ACTIVITY = 2;

SUSPICIOUS_ACCOUNT_CREATION

Value: 3

The request matched a profile that previously had suspicious account creation behavior. This can mean that this is a fake account.

Generated from protobuf enum SUSPICIOUS_ACCOUNT_CREATION = 3;

Value: 4

The account in the request has a high number of related accounts. It does not necessarily imply that the account is bad but can require further investigation.

Generated from protobuf enum RELATED_ACCOUNTS_NUMBER_HIGH = 4;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.