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
Connection settings that define how long Microsoft Entra ID can wait for a response from an external app before it shuts down the connection when trying to trigger the external app. This object is configured in the clientConfiguration property of the customTaskExtension resource.
In entitlement management, this object is configured in the clientConfiguration property of:
- accessPackageAssignmentRequestWorkflowExtension
- accessPackageAssignmentWorkflowExtension
- customCalloutExtension
Properties
| Property | Type | Description |
|---|---|---|
| timeoutInMilliseconds | Int32 | The max duration in milliseconds that Microsoft Entra ID waits for a response from the external app before it shuts down the connection. The valid range is between 200 and 2000 milliseconds. Default duration is 1000. |
| maximumRetries | Int32 | The max number of retries that Microsoft Entra ID makes to the external API. Values of 0 or 1 are supported. If null, the default for the service applies. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionClientConfiguration",
"timeoutInMilliseconds": "Integer",
"maximumRetries": "Integer"
}