| title | customExtensionCalloutResponse resource type |
|---|---|
| description | Defines the custom extension callout response payload that external systems send back for callback scenarios of custom extensions. |
| author | AlexFilipin |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines the custom extension callout response payload that external systems send back for callback scenarios of custom extensions.
| Property | Type | Description |
|---|---|---|
| data | customExtensionData | Contains the data the external system provides to the custom extension endpoint. |
| source | String | Identifies the external system or event context related to the response. |
| type | String | Describes the type of event related to the response. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionCalloutResponse",
"source": "String",
"type": "String",
"data": {
"@odata.type": "microsoft.graph.customExtensionData"
}
}