addIn 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.
Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams might configure add-ins for File Handler functionality. This will let services like Microsoft 365 call the application in the context of a document the user is working on.
Properties
| Property | Type | Description |
|---|---|---|
| id | guid | |
| properties | keyValue collection | |
| type | string |
JSON representation
Here is a JSON representation of the resource.
{
"id": "GUID",
"properties": [{"@odata.type": "microsoft.graph.keyValue"}],
"type": "String"
}
Feedback
Submit and view feedback for