Enum AccountDefenderAssessment.AccountDefenderLabel (3.38.0)

public enum AccountDefenderAssessment.AccountDefenderLabel extends Enum<AccountDefenderAssessment.AccountDefenderLabel> implements ProtocolMessageEnum

Labels returned by account defender for this request.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED

Default unspecified type.

ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;

ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE

Default unspecified type.

ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;

PROFILE_MATCH

The request matches a known good profile for the user.

PROFILE_MATCH = 1;

PROFILE_MATCH_VALUE

The request matches a known good profile for the user.

PROFILE_MATCH = 1;

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.

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.

RELATED_ACCOUNTS_NUMBER_HIGH = 4;

SUSPICIOUS_ACCOUNT_CREATION

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

SUSPICIOUS_ACCOUNT_CREATION = 3;

SUSPICIOUS_ACCOUNT_CREATION_VALUE

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

SUSPICIOUS_ACCOUNT_CREATION = 3;

SUSPICIOUS_LOGIN_ACTIVITY

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

SUSPICIOUS_LOGIN_ACTIVITY = 2;

SUSPICIOUS_LOGIN_ACTIVITY_VALUE

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

SUSPICIOUS_LOGIN_ACTIVITY = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()