Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.39 KB

File metadata and controls

40 lines (33 loc) · 1.39 KB
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

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