| title | azureAdTokenAuthentication resource type |
|---|---|
| description | Defines the Microsoft Entra application used to authenticate with a custom access package workflow extension. |
| author | vikama-microsoft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines the Microsoft Entra application used to authenticate a logic app with a custom access package workflow extension or a custom task extension. Only the app ID of the application is required. Derived from customExtensionAuthenticationConfiguration.
| Property | Type | Description |
|---|---|---|
| resourceId | String | The appID of the Microsoft Entra application to use to authenticate a logic app with a custom access package workflow extension. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.azureAdTokenAuthentication",
"resourceId": "String"
}