AccountWarning
JSON 표현 |
{
"email": string,
"loginDetails": {
object (LoginDetails )
}
} |
필드 |
email |
string
필수 항목입니다. 이 이벤트에 속한 사용자의 이메일입니다.
|
loginDetails |
object (LoginDetails )
선택사항입니다. 경고 이벤트와 연결된 로그인 작업의 세부정보입니다. 다음 사용자에게만 제공됩니다.
- 의심스러운 로그인
- 의심스러운 로그인 (보안 수준이 낮은 앱)
- 프로그래매틱 방식의 의심스러운 로그인
- 사용자 정지됨(의심스러운 활동)
|
LoginDetails
JSON 표현 |
{
"loginTime": string,
"ipAddress": string
} |
필드 |
loginTime |
string (Timestamp format)
선택사항입니다. 경고 이벤트와 연결된 성공적인 로그인 시간입니다. 차단된 로그인 시도에는 이 값이 표시되지 않습니다.
|
ipAddress |
string
선택사항입니다. 경고 이벤트와 연결된 사람이 읽을 수 있는 IP 주소 (예: 11.22.33.44 )입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-07(UTC)
[null,null,["최종 업데이트: 2024-11-07(UTC)"],[[["Account warning events provide alerts for suspicious activity related to user accounts, including suspicious logins and potential security breaches."],["These alerts contain information such as the user's email, login details like time and IP address, which help identify the nature and source of the threat."],["LoginDetails, a key component of the alert, specifically focuses on the login event associated with the warning, providing insights into when and where the suspicious activity originated."]]],[]]