Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra 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"
}