Copied!

Labels returned by account defender for this request.

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

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\AccountDefenderAssessment\AccountDefenderLabel::ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0
 

Default unspecified type.

Generated from protobuf enum ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;

public Google\Cloud\RecaptchaEnterprise\V1\AccountDefenderAssessment\AccountDefenderLabel::PROFILE_MATCH = 1
 

The request matches a known good profile for the user.

Generated from protobuf enum PROFILE_MATCH = 1;

public Google\Cloud\RecaptchaEnterprise\V1\AccountDefenderAssessment\AccountDefenderLabel::RELATED_ACCOUNTS_NUMBER_HIGH = 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;

public Google\Cloud\RecaptchaEnterprise\V1\AccountDefenderAssessment\AccountDefenderLabel::SUSPICIOUS_ACCOUNT_CREATION = 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;

public Google\Cloud\RecaptchaEnterprise\V1\AccountDefenderAssessment\AccountDefenderLabel::SUSPICIOUS_LOGIN_ACTIVITY = 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;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['ACCOUNT_DEFENDER_LABEL_UNSPECIFIED', 'PROFILE_MATCH', 'SUSPICIOUS_LOGIN_ACTIVITY', 'SUSPICIOUS_ACCOUNT_CREATION', 'RELATED_ACCOUNTS_NUMBER_HIGH']
Properties
private static $valueToName = ['ACCOUNT_DEFENDER_LABEL_UNSPECIFIED', 'PROFILE_MATCH', 'SUSPICIOUS_LOGIN_ACTIVITY', 'SUSPICIOUS_ACCOUNT_CREATION', 'RELATED_ACCOUNTS_NUMBER_HIGH']
Methods
public static name( $value)
public static value( $name)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration