reason property

String? reason
getter/setter pair

A trust reason associated with this request.

Output only. Possible string values are:

  • "TRUST_REASON_UNSPECIFIED" : Default unspecified type.
  • "PROFILE_MATCH" : The request matches a trusted profile associated with this account. Equivalent to AccountDefenderLabel.PROFILE_MATCH.
  • "ACCOUNT_HISTORY_REPUTABLE" : The account's historical activity is reputable. It is unlikely that the account has been compromised in the past.
  • "IDENTITY_GLOBAL_ACTIVITY_REPUTABLE" : The identity shows a global pattern of reputable activity based on userInfo and associated identifiers.
  • "IDENTITY_HISTORY_REPUTABLE" : The identity shows a long-standing history of reputable activity based on userInfo and associated identifiers.

Implementation

core.String? reason;