customTaskExtensionCallbackConfiguration resource type

Namespace: microsoft.graph.identityGovernance

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.

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 is a JSON representation of the resource.

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