次の方法で共有


emailFileAssessmentRequest リソースの種類

電子メール ファイルの脅威評価を作成して取得するリソースを表します。 電子メール ファイルには、.emlファイルの種類を指定できます。

threatAssessmentRequest から継承します。

メソッド

メソッド 戻り値の型 説明
Create emailFileAssessmentRequest emailFileAssessmentRequest オブジェクトを投稿して、新しい電子メール ファイル評価要求を作成します。
Get emailFileAssessmentRequest emailFileAssessmentRequest オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
contentData 文字列 Base64 でエンコードされた.eml電子メール ファイルのコンテンツ。 ファイル コンテンツは格納されていないため、元に戻すことはできません。
destinationRoutingReason mailDestinationRoutingReason 宛先にルーティングされたメールの理由。 使用できる値は、 nonemailFlowRulesafeSenderblockedSenderadvancedSpamFilteringdomainAllowListdomainBlockListnotInAddressBookfirstTimeSenderautoPurgeToInboxautoPurgeToJunkautoPurgeToDeletedoutboundnotJunkjunkです。
category threatCategory 脅威カテゴリ。 使用可能な値: spamphishingmalware
contentType threatAssessmentContentType 脅威評価のコンテンツ タイプ。 使用可能な値: mailurlfile
createdBy identitySet 脅威評価要求の作成者。
createdDateTime DateTimeOffset Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
expectedAssessment threatExpectedAssessment 提出者からの予想される評価。 使用可能な値は、 blockunblockです。
id 文字列 脅威評価要求 ID は、グローバル一意識別子 (GUID) です。
recipientEmail 文字列 メールの評価に使用されるポリシーを持つメール受信者。
requestSource threatAssessmentRequestSource 脅威評価要求のソース。 使用可能な値は、 administratorです。
status threatAssessmentStatus 評価プロセスの状態。 使用可能な値は、 pendingcompletedです。

リレーションシップ

リレーションシップ 説明
results threatAssessmentResult コレクション 脅威評価結果のコレクション。 読み取り専用です。 既定では、 GET /threatAssessmentRequests/{id}$expand を適用しない限り、このプロパティは返されません。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "category": "String",
  "contentData": "String",
  "contentType": "String",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "destinationRoutingReason": "String",
  "expectedAssessment": "String",
  "id": "String (identifier)",
  "recipientEmail": "String",
  "requestSource": "String",
  "status": "String"
}