emailUrlThreatSubmission リソースの種類
名前空間: microsoft.graph.security
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
電子メール URL を使用して申請が行われるときに作成された脅威申請オブジェクトを表します。
emailThreatSubmission から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
messageUrl | String | 送信するメッセージの URL を指定します。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.emailUrlThreatSubmission",
"id": "String (identifier)",
"tenantId": "String",
"createdDateTime": "String (timestamp)",
"contentType": "String",
"category": "String",
"source": "String",
"createdBy": {
"@odata.type": "microsoft.graph.security.submissionUserIdentity"
},
"status": "String",
"result": {
"@odata.type": "microsoft.graph.security.submissionResult"
},
"adminReview": {
"@odata.type": "microsoft.graph.security.submissionAdminReview"
},
"clientSource": "String",
"recipientEmailAddress": "String",
"internetMessageId": "String",
"subject": "String",
"sender": "String",
"senderIP": "String",
"receivedDateTime": "String (timestamp)",
"originalCategory": "String",
"attackSimulationInfo": {
"@odata.type": "microsoft.graph.security.attackSimulationInfo"
},
"tenantAllowOrBlockListAction": {
"@odata.type": "microsoft.graph.security.tenantAllowOrBlockListAction"
},
"messageUrl": "String"
}