Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.68 KB

File metadata and controls

47 lines (34 loc) · 1.68 KB
title customExtensionAuthenticationConfiguration resource type
description Abstract base type that exposes the configuration for the **authenticationConfiguration** property of the derived types that inherit from the customCalloutExtension abstract type
author vikama-microsoft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/23/2024

customExtensionAuthenticationConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Abstract base type that exposes the configuration for the authenticationConfiguration property of the derived types that inherit from the customCalloutExtension abstract type.

This abstract type is inherited by the following resource types:

The type of token authentication used depends on the token security. If the token security value is normal, you use the azureAdTokenAuthentication resource type. If the value is Proof of Possession, you use the azureAdPopTokenAuthentication resource type.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{ 
  "@odata.type": "#microsoft.graph.customExtensionAuthenticationConfiguration" 
}