customTaskExtensionCallbackConfiguration resource type
Namespace: microsoft.graph.identityGovernance
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"
}
]
}