Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.13 KB

security-formattedcontent.md

File metadata and controls

43 lines (33 loc) · 1.13 KB
title description author ms.localizationpriority ms.subservice doc_type
formattedContent resource type
Represents formatted data content, and indicates both the content and format of that data.
joerattazzi-microsoft
medium
security
resourcePageType

formattedContent resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents formatted data content, and indicates both the content and format of that data. This resource doesn't represent large binary contents.

Properties

Property Type Description
content String The content of this formattedContent.
format microsoft.graph.security.contentFormat The format of the content. The possible values are: text, html, markdown, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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