Skip to content

Commit f205886

Browse files
authored
Update signin.md
1 parent 637a8e3 commit f205886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api-reference/beta/resources/signin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +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|Id of the session that was generated during the signIn.|
94+
|sessionId|String|Identifier of the session that was generated during the sign-in.|
9595
|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.|
9696
|signInIdentifierType|signInIdentifierType|The type of sign in identifier. Possible values are: `userPrincipalName`, `phoneNumber`, `proxyAddress`, `qrCode`, `onPremisesUserPrincipalName`, `unknownFutureValue`.|
9797
|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`.|
@@ -217,6 +217,7 @@ The following JSON representation shows the resource type.
217217
"servicePrincipalCredentialThumbprint": "String",
218218
"servicePrincipalId": "String",
219219
"servicePrincipalName": "String",
220+
"sessionId": "String",
220221
"sessionLifetimePolicies": [{"@odata.type": "microsoft.graph.sessionLifetimePolicy"}],
221222
"signInEventTypes": [
222223
"String"

0 commit comments

Comments
 (0)