customExtensionAuthenticationConfiguration resource type

Namespace: microsoft.graph

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