public static enum AccountDefenderAssessment.AccountDefenderLabel extends Enum<AccountDefenderAssessment.AccountDefenderLabel> implements com.google.protobuf.ProtocolMessageEnum
Labels returned by account defender for this request.Protobuf enum
google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel| Enum Constant and Description |
|---|
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED
Default unspecified type.
|
PROFILE_MATCH
The request matches a known good profile for the user.
|
RELATED_ACCOUNTS_NUMBER_HIGH
The account in the request has a high number of related accounts.
|
SUSPICIOUS_ACCOUNT_CREATION
The request matched a profile that previously had suspicious account
creation behavior.
|
SUSPICIOUS_LOGIN_ACTIVITY
The request is potentially a suspicious login event and should be further
verified either via multi-factor authentication or another system.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE
Default unspecified type.
|
static int |
PROFILE_MATCH_VALUE
The request matches a known good profile for the user.
|
static int |
RELATED_ACCOUNTS_NUMBER_HIGH_VALUE
The account in the request has a high number of related accounts.
|
static int |
SUSPICIOUS_ACCOUNT_CREATION_VALUE
The request matched a profile that previously had suspicious account
creation behavior.
|
static int |
SUSPICIOUS_LOGIN_ACTIVITY_VALUE
The request is potentially a suspicious login event and should be further
verified either via multi-factor authentication or another system.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountDefenderAssessment.AccountDefenderLabel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AccountDefenderAssessment.AccountDefenderLabel> |
internalGetValueMap() |
static AccountDefenderAssessment.AccountDefenderLabel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AccountDefenderAssessment.AccountDefenderLabel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AccountDefenderAssessment.AccountDefenderLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountDefenderAssessment.AccountDefenderLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountDefenderAssessment.AccountDefenderLabel ACCOUNT_DEFENDER_LABEL_UNSPECIFIED
Default unspecified type.
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;public static final AccountDefenderAssessment.AccountDefenderLabel PROFILE_MATCH
The request matches a known good profile for the user.
PROFILE_MATCH = 1;public static final AccountDefenderAssessment.AccountDefenderLabel SUSPICIOUS_LOGIN_ACTIVITY
The request is potentially a suspicious login event and should be further verified either via multi-factor authentication or another system.
SUSPICIOUS_LOGIN_ACTIVITY = 2;public static final AccountDefenderAssessment.AccountDefenderLabel SUSPICIOUS_ACCOUNT_CREATION
The request matched a profile that previously had suspicious account creation behavior. This could mean this is a fake account.
SUSPICIOUS_ACCOUNT_CREATION = 3;public static final AccountDefenderAssessment.AccountDefenderLabel RELATED_ACCOUNTS_NUMBER_HIGH
The account in the request has a high number of related accounts. It does not necessarily imply that the account is bad but could require investigating.
RELATED_ACCOUNTS_NUMBER_HIGH = 4;public static final AccountDefenderAssessment.AccountDefenderLabel UNRECOGNIZED
public static final int ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE
Default unspecified type.
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;public static final int PROFILE_MATCH_VALUE
The request matches a known good profile for the user.
PROFILE_MATCH = 1;public static final int SUSPICIOUS_LOGIN_ACTIVITY_VALUE
The request is potentially a suspicious login event and should be further verified either via multi-factor authentication or another system.
SUSPICIOUS_LOGIN_ACTIVITY = 2;public static final int SUSPICIOUS_ACCOUNT_CREATION_VALUE
The request matched a profile that previously had suspicious account creation behavior. This could mean this is a fake account.
SUSPICIOUS_ACCOUNT_CREATION = 3;public static final int RELATED_ACCOUNTS_NUMBER_HIGH_VALUE
The account in the request has a high number of related accounts. It does not necessarily imply that the account is bad but could require investigating.
RELATED_ACCOUNTS_NUMBER_HIGH = 4;public static AccountDefenderAssessment.AccountDefenderLabel[] values()
for (AccountDefenderAssessment.AccountDefenderLabel c : AccountDefenderAssessment.AccountDefenderLabel.values()) System.out.println(c);
public static AccountDefenderAssessment.AccountDefenderLabel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AccountDefenderAssessment.AccountDefenderLabel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AccountDefenderAssessment.AccountDefenderLabel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AccountDefenderAssessment.AccountDefenderLabel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AccountDefenderAssessment.AccountDefenderLabel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.