GmailMessageInfo
جزئیات یک پیام در هشدار افزایش فیشینگ.
نمایندگی JSON |
---|
{
"messageId": string,
"md5HashMessageBody": string,
"messageBodySnippet": string,
"md5HashSubject": string,
"subjectText": string,
"attachmentsSha256Hash": [
string
],
"recipient": string,
"date": string,
"sentTime": string
} |
فیلدها |
---|
messageId | string شناسه پیام |
md5HashMessageBody | string هش متن متن پیام. |
messageBodySnippet | string قطعه متن متن پیام (فقط برای ایمیل های گزارش شده موجود است). |
md5HashSubject | string هش MD5 موضوع ایمیل (فقط برای ایمیل های گزارش شده موجود است). |
subjectText | string متن موضوع ایمیل (فقط برای ایمیل های گزارش شده موجود است). |
attachmentsSha256Hash[] | string هش SHA256 پیوست ایمیل و تمام قطعات MIME. |
recipient | string گیرنده این ایمیل |
date | string ( Timestamp format) تاریخ رویداد مربوط به این ایمیل است. |
sentTime | string ( Timestamp format) زمان ارسال ایمیل |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["This document details the JSON representation of a phishing spike alert message, including fields like message ID, body hash, and recipient."],["The message structure includes details like the message body snippet, subject, attachments hash, recipient, and timestamps for the event and sent time."],["Fields like `messageBodySnippet`, `md5HashSubject` and `subjectText` are only available for reported emails."],["Each field is represented by a specific data type, predominantly strings, including timestamps in the `Timestamp` format."]]],[]]