| title | linkableIdentifiers resource type |
|---|---|
| description | A set of linkable claims to link together all the authentication artifacts issued from a single interactive root authentication. |
| author | vimrang |
| ms.date | 03/27/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer] Describes a set of token claims used to link together all the authentication artifacts issued from a single interactive root authentication.
| Property | Type | Description |
|---|---|---|
| deviceId | String | Represents a unique identifier for the device from which a user is interacting with an application. |
| sessionId | String | Represents a unique identifier for an entire session and is generated when a user does interactive authentication. This ID helps link all authentication artifacts issued from a single root authentication. |
| tokenDetails | tokenDetails | Property that represents an access token's unique identifier and the time when the token was issued. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.linkableIdentifiers",
"sessionId": "String",
"deviceId": "String",
"tokenDetails": {
"@odata.type": "microsoft.graph.tokenDetails"
}
}