externalItemContent resource type
Namespace: microsoft.graph.externalConnectors
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.
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 . These are the content types that the indexer supports, and not the file extension types allowed. Required. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"value": "String",
"type": "String"
}