-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chris is on a roll Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
5 changed files
with
65 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docs/mql/resources/ms365-pack/microsoft.user.authenticationmethods.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: microsoft.user.authenticationMethods | ||
id: microsoft.user.authenticationMethods | ||
sidebar_label: microsoft.user.authenticationMethods | ||
displayed_sidebar: MQL | ||
description: Microsoft Entra authentication methods | ||
--- | ||
|
||
# microsoft.user.authenticationMethods | ||
|
||
**Description** | ||
|
||
Microsoft Entra authentication methods | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| -------------------------- | -------------- | --------------------------------------------------------------------- | | ||
| count | int | Count of authentication methods | | ||
| phoneMethods | []dict | Phone number and type registered to a user | | ||
| emailMethods | []dict | Email authentication method for self-service password reset (SSPR) | | ||
| fido2Methods | []dict | FIDO2 security key registered to a user | | ||
| softwareMethods | []dict | Software OATH token registered to a user | | ||
| microsoftAuthenticator | []dict | Microsoft Authenticator app registered to a user | | ||
| passwordMethods | []dict | User password authentication method | | ||
| temporaryAccessPassMethods | []dict | Temporary Access Pass registered to a user | | ||
| windowsHelloMethods | []dict | Windows Hello for Business authentication method registered to a user | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters