customExtensionAuthenticationConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

JSON representation

The following JSON representation shows the resource type.

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