callRoute resource type
Namespace: microsoft.graph
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.
The callRoute type.
Properties
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 | Possible values are: forwarded , lookup , selfFork . |
JSON representation
The following JSON representation shows the resource type.
{
"final": {"@odata.type": "#microsoft.graph.identitySet"},
"original": {"@odata.type": "#microsoft.graph.identitySet"},
"routingType": "forwarded | lookup | selfFork"
}