public enum AccountDefenderAssessment.AccountDefenderLabel extends Enum<AccountDefenderAssessment.AccountDefenderLabel> implements ProtocolMessageEnumLabels returned by Account Defender for this request.
Protobuf enum
google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACCOUNT_DEFENDER_LABEL_UNSPECIFIED | Default unspecified type. |
| ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE | Default unspecified type. |
| PROFILE_MATCH | The request matches a known good profile for the user. |
| PROFILE_MATCH_VALUE | 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. It does not necessarily imply that the account is bad but could require investigating. |
| 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. |
| 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_VALUE | The request matched a profile that previously had suspicious account creation behavior. This could mean this is a fake account. |
| 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_VALUE | The request is potentially a suspicious login event and should be further verified either via multi-factor authentication or another system. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |