Skip to content

Commit baa0c2c

Browse files
Merge pull request #313398 from khdownie/kendownie031926
add smbPrimarySID
2 parents f4526bd + 5c9214a commit baa0c2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

includes/azure-storage-logs-properties-authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: normesta
33
ms.service: storage
44
ms.topic: include
5-
ms.date: 11/05/2024
5+
ms.date: 03/19/2026
66
ms.author: normesta
77
---
88

@@ -24,6 +24,7 @@
2424
|**requester / appID** | The Open Authorization (OAuth) application ID that is used as the requester. <br> For example: `00001111-aaaa-2222-bbbb-3333cccc4444`.|
2525
|**requester / audience** | The OAuth audience of the request. <br> For example: `https://storage.azure.com`. |
2626
|**requester / objectId** | The OAuth object ID of the requester. In case of Kerberos authentication, represents the object identifier of Kerberos authenticated user. <br> For example: `aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb`. |
27+
|**requester / smbPrimarySID** | The security identifier (SID) of the user account associated with the Kerberos authenticated request. Only present when Kerberos authentication is used to access Azure file shares. <br> For example: `S-1-5-21-1111111111-2222222222-33333333-4444`. |
2728
|**requester / tenantId** | The OAuth tenant ID of identity. <br> For example: `aaaabbbb-0000-cccc-1111-dddd2222eeee`.|
2829
|**requester / tokenIssuer** | The OAuth token issuer. <br> For example: `https://sts.windows.net/aaaabbbb-0000-cccc-1111-dddd2222eeee/`.|
2930
|**requester / upn** | The User Principal Name (UPN) of requester. <br> For example: `[email protected]`. |

0 commit comments

Comments
 (0)