customExtensionOverwriteConfiguration resource type
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.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionOverwriteConfiguration",
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
}
}