analysisedEmail リソースの種類
名前空間: microsoft.graph.security
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
セキュリティ上の脅威について分析される電子メール メッセージのメタデータが含まれます。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | microsoft.graph.security.analyzedEmail コレクション | analyzedEmail オブジェクトとそのプロパティの一覧を取得します。 |
Get | microsoft.graph.security.analyzedEmail | analyzedEmail オブジェクトのプロパティとリレーションシップを読み取ります。 |
修復 | なし | エンド ユーザーのメールボックスから潜在的な脅威を削除します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
alertIds | String collection | 電子メールに関連付けられているすべてのアラートの ID を含む値のコレクション。 |
attachments | microsoft.graph.security.analyzedEmailAttachment コレクション | 電子メール内の添付ファイルのコレクション。 |
attachmentsCount | Int32 | メール内の添付ファイルの数。 |
authenticationDetails | microsoft.graph.security.analyzedEmailAuthenticationDetail | 電子メールに関連付けられている認証の詳細。 |
bulkComplaintLevel | String | メールの一括苦情レベル。 レベルが高いほど、スパムである可能性が高くなります。 |
コンテキスト | String collection | 電子メールのコンテキストを提供します。 |
detectionMethods | String collection | 使用される検出方法。 |
方向 | microsoft.graph.security.antispamDirectionality | 電子メールの方向。 使用可能な値: unknown 、inbound 、outbound 、intraOrg 、unknownFutureValue 。 |
distributionList | String | 電子メールが送信された配布リストの詳細。 |
emailClusterId | String | コンテンツのヒューリスティック分析に基づいてクラスター化された類似メールのグループの識別子。 |
exchangeTransportRules | microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo コレクション | メールに関連付けられている Exchange トランスポート ルール (ETR) の名前。 |
id | String | 分析されたメールの ID。 |
internetMessageId | String | 送信される電子メールの公開識別子。 メッセージ ID は、 RFC2822で指定された形式です。 |
language | String | 電子メール コンテンツの検出された言語。 |
latestDelivery | microsoft.graph.security.analyzedEmailDeliveryDetail | 電子メールの最新の配信の詳細。 |
loggedDateTime | DateTimeOffset | 電子メール レコードがログに記録された日時。 |
networkMessageId | String | Microsoft 365 によって生成された電子メールの内部識別子。 |
originalDelivery | microsoft.graph.security.analyzedEmailDeliveryDetail | メールの元の配信の詳細。 |
overrideSources | String collection | 電子メール上のソースを含むすべてのオーバーライドの集計された一覧。 |
phishConfidenceLevel | String | メールに関連付けられているフィッシングの信頼度レベル |
役割 | String | 有効になったアクション ポリシー。 |
policyAction | String | 構成されたポリシーに基づいて電子メールに対して実行されるアクション。 |
recipientEmailAddress | String | 受信者のメール アドレスが含まれます。 |
returnPath | String | バウンスされたメールの処理場所と方法を示すフィールド。 |
senderDetail | microsoft.graph.security.analyzedEmailSenderDetail | メールの送信者の詳細。 |
sizeInBytes | Int32 | 電子メールのサイズ (バイト単位)。 |
spamConfidenceLevel | String | メールのスパムの信頼度。 |
subject | String | メールの件名。 |
threatTypes | microsoft.graph.security.threatType コレクション | 脅威の種類を示します。 使用可能な値: unknown 、spam 、malware 、phish 、none 、unknownFutureValue 。 |
urls | microsoft.graph.security.analyzedEmailUrl コレクション | メール内の URL のコレクション。 |
urlsCount | Int32 | メール内の URL の数。 |
antispamDirectionality 値
メンバー |
---|
不明 |
受信 |
送信 |
intraOrg |
unknownFutureValue |
threatType 値
メンバー |
---|
不明 |
スパム |
マルウェア |
フィッシング |
none |
unknownFutureValue |
remediationSeverity 値
メンバー |
---|
低 |
medium |
高 |
unknownFutureValue |
remediationAction 値
メンバー |
---|
moveToJunk |
moveToInbox |
hardDelete |
softDelete |
moveToDeletedItems |
unknownFutureValue |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.analyzedEmail",
"id": "String (identifier)",
"loggedDateTime": "String (timestamp)",
"networkMessageId": "String",
"internetMessageId": "String",
"senderDetail": {
"@odata.type": "microsoft.graph.security.analyzedEmailSenderDetail"
},
"recipientEmailAddress": "String",
"distributionList": "String",
"subject": "String",
"returnPath": "String",
"directionality": "microsoft.graph.security.antispamDirectionality",
"originalDelivery": {
"@odata.type": "microsoft.graph.security.analyzedEmailDeliveryDetail"
},
"latestDelivery": {
"@odata.type": "microsoft.graph.security.analyzedEmailDeliveryDetail"
},
"attachmentsCount": "Integer",
"attachments": [
{
"@odata.type": "microsoft.graph.security.analyzedEmailAttachment"
}
],
"urlsCount": "Integer",
"urls": [
{
"@odata.type": "microsoft.graph.security.analyzedEmailUrl"
}
],
"language": "String",
"sizeInBytes": "Integer",
"alertIds": [
"String"
],
"exchangeTransportRules": [
{
"@odata.type": "microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo"
}
],
"overrideSources": [
"String"
],
"threatTypes": [
"microsoft.graph.security.threatType"
],
"detectionMethods": [
"String"
],
"contexts": [
"String"
],
"authenticationDetails": {
"@odata.type": "microsoft.graph.security.analyzedEmailAuthenticationDetail"
},
"phishConfidenceLevel": "String",
"spamConfidenceLevel": "String",
"bulkComplaintLevel": "String",
"emailClusterId": "String",
"policyAction": "String",
"policy": "String"
}