externalItemContent resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The content of an externalItem indexed via a Microsoft Search connection.
Important
Microsoft Graph connectors and are currently in public preview status. To gain access to connectors functionality, you must turn on the Targeted release option in your tenant. See more details on the connectors preview program.
Properties
Property | Type | Description |
---|---|---|
value | String | The content for the externalItem. Required. |
type | String | The type of content in the value property. Possible values are text and html . Required. |
Relationships
None
JSON representation
The following is a JSON representation of the resource.
{
"value": "String",
"type": "String"
}