Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 30 minutes to 3 hours. For example, PT30M for 30 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"
}
]
}