Skip to content

Commit d236a42

Browse files
authored
Merge pull request #25510 from microsoftgraph/sessionIDlogs
Add SessionID into docs
2 parents 0f9bb90 + 27f778f commit d236a42

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

api-reference/beta/resources/signin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The [Microsoft Entra data retention policies](/azure/active-directory/reports-mo
9191
|servicePrincipalName|String|The application name used for sign-in. This field is populated when you're signing in using an application. <br/><br/> Supports `$filter` (`eq`, `startsWith`).|
9292
|sessionLifetimePolicies|[sessionLifetimePolicy](sessionlifetimepolicy.md) collection|Any conditional access session management policies that were applied during the sign-in event.|
9393
|signInEventTypes|String collection|Indicates the category of sign in that the event represents. For user sign ins, the category can be `interactiveUser` or `nonInteractiveUser` and corresponds to the value for the **isInteractive** property on the signin resource. For managed identity sign ins, the category is `managedIdentity`. For service principal sign-ins, the category is **servicePrincipal**. Possible values are: `interactiveUser`, `nonInteractiveUser`, `servicePrincipal`, `managedIdentity`, `unknownFutureValue`. <br/><br/> Supports `$filter` (`eq`, `ne`).|
94+
|sessionId|String|Identifier of the session that was generated during the sign-in.|
9495
|signInIdentifier|String|The identification that the user provided to sign in. It can be the userPrincipalName, but is also populated when a user signs in using other identifiers.|
9596
|signInIdentifierType|signInIdentifierType|The type of sign in identifier. Possible values are: `userPrincipalName`, `phoneNumber`, `proxyAddress`, `qrCode`, `onPremisesUserPrincipalName`, `unknownFutureValue`.|
9697
|signInTokenProtectionStatus|tokenProtectionStatus|Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the signin token was bound to the device or not. The possible values are: `none`, `bound`, `unbound`, `unknownFutureValue`.|
@@ -216,6 +217,7 @@ The following JSON representation shows the resource type.
216217
"servicePrincipalCredentialThumbprint": "String",
217218
"servicePrincipalId": "String",
218219
"servicePrincipalName": "String",
220+
"sessionId": "String",
219221
"sessionLifetimePolicies": [{"@odata.type": "microsoft.graph.sessionLifetimePolicy"}],
220222
"signInEventTypes": [
221223
"String"

changelog/Microsoft.AAD.Reporting.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
"ChangeList": [
55
{
6+
67
"Id": "009b9861-5f94-4e3f-a903-1508a8ddbb7e",
78
"ApiChange": "Enumeration",
89
"ChangedApiName": "migrationStatus",
@@ -33,6 +34,24 @@
3334
"CreatedDateTime": "2024-04-01T00:00:00.5014179Z",
3435
"WorkloadArea": "Reports",
3536
"SubArea": "Identity and access reports"
37+
},
38+
{
39+
"ChangeList": [
40+
{
41+
"Id": "6848f66d-43a7-4e06-8494-9092b67aa38c",
42+
"ApiChange": "Property",
43+
"ChangedApiName": "sessionId",
44+
"ChangeType": "Addition",
45+
"Description": "Added the **sessionId** property to the [signIn](https://learn.microsoft.com/en-us/graph/api/resources/signIn?view=graph-rest-beta) resource.",
46+
"Target": "signIn"
47+
}
48+
],
49+
"Id": "6848f66d-43a7-4e06-8494-9092b67aa38c",
50+
"Cloud": "Prod",
51+
"Version": "beta",
52+
"CreatedDateTime": "2024-11-13T17:39:15.5745429Z",
53+
"WorkloadArea": "Reports",
54+
"SubArea": "Identity and access reports"
3655
},
3756
{
3857
"ChangeList": [

0 commit comments

Comments
 (0)