Skip to content

Commit 65122c3

Browse files
authored
Merge pull request #196837 from MarkusVi/mon94
mon94
2 parents 04f4020 + 382c7ef commit 65122c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/reports-monitoring/reference-basic-info-sign-in-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: reference
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
1515
ms.subservice: report-monitor
16-
ms.date: 12/17/2021
16+
ms.date: 05/02/2022
1717
ms.author: markvi
1818
ms.reviewer: besiler
1919

@@ -88,12 +88,12 @@ The type of a user. Examples include `member`, `guest`, or `external`.
8888

8989
This attribute describes the type of cross-tenant access used by the actor to access the resource. Possible values are:
9090

91-
- `none`
92-
- `b2bCollaboration`
93-
- `b2bDirectConnect`
94-
- `microsoftSupport`
95-
- `serviceProvider`
96-
- `unknownFutureValue`
91+
- `none` - A sign-in event that did not cross an Azure AD tenant's boundaries.
92+
- `b2bCollaboration`- A cross tenant sign-in performed by a guest user using B2B Collaboration.
93+
- `b2bDirectConnect` - A cross tenant sign-in performed by a B2B.
94+
- `microsoftSupport`- A cross tenant sign-in performed by a Microsoft support agent in a Microsoft customer tenant.
95+
- `serviceProvider` - A cross-tenant sign-in performed by a Cloud Service Provider (CSP) or similar admin on behalf of that CSP's customer in a tenant
96+
- `unknownFutureValue` - A sentinel value used by MS Graph to help clients handle changes in enum lists. For more information, see [Best practices for working with Microsoft Graph](https://docs.microsoft.com/graph/best-practices-concept).
9797

9898
If the sign-in did not the pass the boundaries of a tenant, the value is `none`.
9999

0 commit comments

Comments
 (0)