Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.3 KB

File metadata and controls

42 lines (34 loc) · 1.3 KB
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

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"
  }
}