formattedContent-Ressourcentyp
Namespace: microsoft.graph.security
Hinweis
Die Microsoft Graph-API für Microsoft Defender Threat Intelligence erfordert eine aktive Defender Threat Intelligence Portal-Lizenz und eine API-Add-On-Lizenz für den Mandanten.
Stellt formatierten Dateninhalt dar und gibt sowohl den Inhalt als auch das Format dieser Daten an. Diese Ressource stellt keine großen binären Inhalte dar.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
Inhalt | Zeichenfolge | Der Inhalt dieses formattedContent.The content of this formattedContent. |
Format | microsoft.graph.security.contentFormat | Das Format des Inhalts. Mögliche Werte sind: text , html , markdown , unknownFutureValue . |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.security.formattedContent",
"content": "String",
"format": "String"
}