| title | customExtensionOverwriteConfiguration resource type |
|---|---|
| description | Configuration regarding properties of the custom extension that can be overwritten per event listener. |
| author | nanguil |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Configuration regarding properties of the custom extension that can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.
| Property | Type | Description |
|---|---|---|
| clientConfiguration | customExtensionClientConfiguration | Optional. Configuration of calling external API, such as timeout, retryCount, retriableResponseCodes. |
None
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionOverwriteConfiguration",
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
}
}