| title | callRoute resource type |
|---|---|
| description | The callRoute type. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The callRoute type.
| Property | Type | Description |
|---|---|---|
| final | identitySet | The identity that was resolved to in the call. |
| original | identitySet | The identity that was originally used in the call. |
| routingType | String | The possible values are: forwarded, lookup, selfFork. |
None.
The following JSON representation shows the resource type.
{
"final": {"@odata.type": "#microsoft.graph.identitySet"},
"original": {"@odata.type": "#microsoft.graph.identitySet"},
"routingType": "forwarded | lookup | selfFork"
}