名前空間: 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 コレクション | メール内の添付ファイルのコレクション。 |
| authenticationDetails | microsoft.graph.security.analyzedEmailAuthenticationDetail | 電子メールに関連付けられている認証の詳細。 |
| bulkComplaintLevel | 文字列 | メールの一括苦情レベル。 レベルが高いほど、スパムである可能性が高くなります。 |
| clientType | 文字列 | メッセージを送信したクライアントの種類 (REST など) を表示します。 |
| コンテキスト | String collection | メールのコンテキストを提供します。 |
| detectionMethods | String collection | 使用される検出方法。 |
| 方向性 | microsoft.graph.security.antispamDirectionality | メールの方向。 使用可能な値: unknown、inbound、outbound、intraOrg、unknownFutureValue。 |
| distributionList | 文字列 | 電子メールの送信先の配布リストの詳細。 |
| dlpRules | microsoft.graph.security.analyzedEmailDlpRuleInfo コレクション | purview で構成されたデータ損失防止ルール。 |
| emailClusterId | 文字列 | 内容のヒューリスティック分析に基づいてクラスター化された類似のメールのグループの識別子。 |
| exchangeTransportRules | microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo コレクション | 電子メールに関連付けられている Exchange トランスポート ルール (ETR) の名前。 |
| forwardingDetail | 文字列 | Email SMTP 転送の詳細. |
| id | 文字列 | 分析対象のメールの ID。 |
| inboundConnectorFormattedName | 文字列 | 組織のメール フローとメールのルーティング方法を定義するカスタム指示の名前。 |
| internetMessageId | String | 送信されるメールの公開識別子。 メッセージ ID は、 RFC2822 で指定された形式です。 |
| language | 文字列 | メール コンテンツの検出された言語。 |
| latestDelivery | microsoft.graph.security.analyzedEmailDeliveryDetail | E メールの最新の配信の詳細。 |
| loggedDateTime | DateTimeOffset | 電子メール レコードがログに記録された日時。 |
| networkMessageId | 文字列 | Microsoft 365 によって生成されたメールの内部識別子。 |
| originalDelivery | microsoft.graph.security.analyzedEmailDeliveryDetail | 電子メールの元の配信の詳細。 |
| overrideSources | String collection | すべてのオーバーライドの集計リストと、電子メールのソース。 |
| phishConfidenceLevel | 文字列 | 電子メールに関連付けられているフィッシング信頼度 |
| 役割 | 文字列 | 有効になったアクション ポリシー。 |
| policyAction | 文字列 | 構成されたポリシーに基づいてメールに対して実行されるアクション。 |
| policyType | 文字列 | メールの配信アクションを定義するために構成されたポリシーの種類。 |
| primaryOverrideSource | 文字列 | 意図したメッセージの配信場所を変更した organization またはユーザー設定を表示します (ブロックではなく許可、または許可ではなくブロック)。 |
| recipientDetail | microsoft.graph.security.analyzedEmailRecipientDetail | 受信者の詳細。 |
| recipientEmailAddress | 文字列 | 受信者のメール アドレスを格納します。 |
| returnPath | 文字列 | バウンスされたメールを処理する場所と方法を示すフィールド。 |
| senderDetail | microsoft.graph.security.analyzedEmailSenderDetail | メールの送信者の詳細。 |
| sizeInBytes | Int32 | メールのサイズ (バイト単位)。 |
| spamConfidenceLevel | 文字列 | 電子メールのスパムの機密性。 |
| subject | 文字列 | メールの件名。 |
| threatTypes | microsoft.graph.security.threatType コレクション | 脅威の種類を示します。 使用可能な値: unknown、spam、malware、phish、none、unknownFutureValue。 |
| timelineEvents | microsoft.graph.security.timelineEvent コレクション | メールで発生した配信イベントと配信後のイベント。 |
| threatDetectionDetails | microsoft.graph.security.threatDetectionDetail コレクション | メールで検出された脅威に関する情報。 |
| urls | microsoft.graph.security.analyzedEmailUrl コレクション | メール内の URL のコレクション。 |
リレーションシップ
なし。
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"
},
"attachments": [
{
"@odata.type": "microsoft.graph.security.analyzedEmailAttachment"
}
],
"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",
"timelineEvents": [
{
"@odata.type": "microsoft.graph.security.timelineEvent"
}
],
"threatDetectionDetails": [
{
"@odata.type": "microsoft.graph.security.threatDetectionDetail"
}
],
"primaryOverrideSource": "String",
"inboundConnectorFormattedName": "String",
"policyType": "String",
"clientType": "String",
"dlpRules": [
{
"@odata.type": "microsoft.graph.security.analyzedEmailDlpRuleInfo"
}
],
"forwardingDetail": "String",
"recipientDetail": {
"@odata.type": "microsoft.graph.security.analyzedEmailRecipientDetail"
}
}