Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.17 KB

File metadata and controls

38 lines (30 loc) · 1.17 KB
title azureAdTokenAuthentication resource type
description Defines the Microsoft Entra application used to authenticate with a custom extension.
author vikama-microsoft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/26/2024

azureAdTokenAuthentication resource type

Namespace: microsoft.graph

Defines the Microsoft Entra application used to authenticate an app with a custom extension. Only the app ID of the application is required. Derived from customExtensionAuthenticationConfiguration.

Properties

Property Type Description
resourceId String The appID of the Microsoft Entra application to use to authenticate an app with a custom extension.

JSON representation

The following JSON representation shows the resource type.

{ 
  "@odata.type": "#microsoft.graph.azureAdTokenAuthentication", 
  "resourceId": "String" 
 }