Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.28 KB

customextensionoverwriteconfiguration.md

File metadata and controls

41 lines (33 loc) · 1.28 KB
title description author ms.localizationpriority ms.subservice doc_type
customExtensionOverwriteConfiguration resource type
Configuration regarding properties of the custom extension that can be overwritten per event listener.
nanguil
medium
entra-sign-in
resourcePageType

customExtensionOverwriteConfiguration resource type

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.

Properties

Property Type Description
clientConfiguration customExtensionClientConfiguration Optional. Configuration of calling external API, such as timeout, retryCount, retriableResponseCodes.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customExtensionOverwriteConfiguration",
  "clientConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
  }
}