Rediger

sharePointEmbeddedConfiguration resource type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Represents configuration options for retrieving data from SharePoint Embedded in the retrieval API. To retrieve data from SharePoint Embedded by using the Retrieval API, you must properly configure the application for SharePoint Embedded billing.

Properties

Property Type Description
containerTypeId String A valid ID for a SharePoint Embedded container type

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "microsoft.graph.sharePointEmbeddedConfiguration",
  "containerTypeId": "String"
}