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 \ AccountDefenderAssessmentMethods
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;
RELATED_ACCOUNTS_NUMBER_HIGH
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;