Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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"
}