| title | customExtensionOverwriteConfiguration resource type |
|---|---|
| description | Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used. |
| author | soneff |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 04/16/2024 |
Namespace: microsoft.graph
Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.
| Property | Type | Description |
|---|---|---|
| clientConfiguration | customExtensionClientConfiguration | Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionOverwriteConfiguration",
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
}
}