callRoute resource type

Namespace: microsoft.graph

Represents the call route 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 is a JSON representation of the resource.

{
  "final": {"@odata.type": "#microsoft.graph.identitySet"},
  "original": {"@odata.type": "#microsoft.graph.identitySet"},
  "routingType": "forwarded | lookup | selfFork"
}