Class AccountDefenderAssessment (1.11.1)

AccountDefenderAssessment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Account defender risk assessment.

Attribute

NameDescription
labels MutableSequence[google.cloud.recaptchaenterprise_v1.types.AccountDefenderAssessment.AccountDefenderLabel]
Labels for this request.

Classes

AccountDefenderLabel

AccountDefenderLabel(value)

Labels returned by account defender for this request.

Values: ACCOUNT_DEFENDER_LABEL_UNSPECIFIED (0): Default unspecified type. PROFILE_MATCH (1): The request matches a known good profile for the user. 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. 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. 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.