Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.8 KB

File metadata and controls

52 lines (40 loc) · 1.8 KB
title customTaskExtensionCallbackConfiguration resource type
description Defines if and in which time span a callback is expected from the Azure Logic App.
author AlexFilipin
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

customTaskExtensionCallbackConfiguration resource type

Namespace: microsoft.graph.identityGovernance

[!INCLUDE beta-disclaimer]

Defines if, and in, which time span a callback is expected from the Azure Logic App.

Inherits from customExtensionCallbackConfiguration.

Properties

Property Type Description
timeoutDuration Duration Callback time out in ISO 8601 time duration. Accepted time durations are between five minutes to three hours. For example, PT5M for five minutes and PT3H for three hours. Inherited from customExtensionCallbackConfiguration.
authorizedApps microsoft.graph.application collection A collection of unique identifiers or appIds of the applications that are allowed to resume a task processing result.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration",
  "timeoutDuration": "String (duration)",
  "authorizedApps":[
    {
      "@odata.type": "microsoft.graph.application"
    }
] 
}