Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 | 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"
}