formattedContent リソースの種類

名前空間: microsoft.graph.security

注:

Microsoft Graph API for Microsoft Defender Threat Intelligence には、テナントの アクティブな Defender 脅威インテリジェンス ポータル ライセンスと API アドオン ライセンス が必要です。

書式設定されたデータ コンテンツを表し、そのデータのコンテンツと形式の両方を示します。 このリソースは、大きなバイナリ コンテンツを表しません。

プロパティ

プロパティ 説明
content String この 書式設定されたContentの内容。
format microsoft.graph.security.contentFormat コンテンツの形式。 使用可能な値: texthtmlmarkdownunknownFutureValue

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.formattedContent",
  "content": "String",
  "format": "String"
}