activityLevel property
Indicates the activity level of the account.
Required. Possible string values are:
- "ACTIVITY_LEVEL_UNSPECIFIED" : Activity level has not been set.
- "UNEVALUATED" : Account activity level is not evaluated.
- "UNUSUAL" : Unusual activity for at least one of the user accounts on the device.
- "UNKNOWN" : Insufficient activity to verify the user account on the device.
- "TYPICAL_BASIC" : Typical activity for the user account or accounts on the device.
- "TYPICAL_STRONG" : Typical for the user account or accounts on the device, with harder to replicate signals.
Implementation
core.String? activityLevel;