Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.59 KB

File metadata and controls

61 lines (48 loc) · 1.59 KB
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

callRoute resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 The possible values are: forwarded, lookup, selfFork.

Relationships

None.

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"
}