Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More resource updates #324

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/mql/resources/ms365-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Resources included in this pack:
| [microsoft.serviceprincipal](microsoft.serviceprincipal.md) | Microsoft service principal (Enterprise application) |
| [microsoft.serviceprincipal.assignment](microsoft.serviceprincipal.assignment.md) | Microsoft Service Principal Assignment |
| [microsoft.user](microsoft.user.md) | Microsoft Entra ID user |
| [microsoft.user.authenticationMethods](microsoft.user.authenticationmethods.md) | Microsoft Entra authentication methods |
| [ms365.exchangeonline](ms365.exchangeonline.md) | Microsoft 365 Exchange Online |
| [ms365.exchangeonline.exoMailbox](ms365.exchangeonline.exomailbox.md) | Microsoft 365 Exchange Online Mailbox |
| [ms365.exchangeonline.externalSender](ms365.exchangeonline.externalsender.md) | Microsoft 365 Exchange Online External Sender |
Expand Down
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 |
51 changes: 27 additions & 24 deletions docs/mql/resources/ms365-pack/microsoft.user.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,30 @@ Microsoft Entra ID user

**Fields**

| ID | TYPE | DESCRIPTION |
| ----------------- | ---------------- | ----------------------------------- |
| id | string | User ID |
| accountEnabled | bool | Whether the user account is enabled |
| city | string | User city |
| companyName | string | User company name |
| country | string | User country |
| createdDateTime | time | User create time |
| department | string | User department |
| displayName | string | User display name |
| employeeId | string | User employee ID |
| givenName | string | User given name |
| jobTitle | string | User job title |
| mail | string | User email |
| mobilePhone | string | User mobile phone |
| otherMails | []string | List of other email addresses |
| officeLocation | string | User office location |
| postalCode | string | User postal code |
| state | string | User state |
| streetAddress | string | User street address |
| surname | string | User surname |
| userPrincipalName | string | User service principal name |
| userType | string | User type |
| settings | dict | User settings |
| ID | TYPE | DESCRIPTION |
| ----------------- | ------------------------------------------------------------------------------- | --------------------------------------------- |
| id | string | User Object ID |
| accountEnabled | bool | Whether the user account is enabled |
| city | string | User city |
| companyName | string | Deprecated: use job.companyName instead |
| country | string | Deprecated: use contact.country instead |
| createdDateTime | time | User create time |
| department | string | Deprecated: use job.department instead |
| displayName | string | User display name |
| employeeId | string | Deprecated: use job.employeeId instead |
| givenName | string | User given name |
| jobTitle | string | Deprecated: use job.title instead |
| mail | string | Deprecated: use contact.email instead |
| mobilePhone | string | Deprecated: use contact.mobilePhone instead |
| otherMails | []string | Deprecated: use contact.otherMails instead |
| officeLocation | string | Deprecated: use job.officeLocation instead |
| postalCode | string | Deprecated: use contact.postalCode instead |
| state | string | Deprecated: use contact.state instead |
| streetAddress | string | Deprecated: use contact.streetAddress instead |
| surname | string | User surname |
| userPrincipalName | string | User service principal name |
| userType | string | User type |
| settings | dict | User settings |
| job | dict | Job information |
| contact | dict | Contact information |
| authMethods | [microsoft.user.authenticationMethods](microsoft.user.authenticationmethods.md) | Authentication information |
4 changes: 2 additions & 2 deletions docs/platform/maintain/export/schema/asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Name of the space containing the asset
Name of the asset

`name`
| Type | Required? | Nullable? |
| Type | Required? | Nullable? |
| :----- | :-------- | :-------- |
| String | Yes | No |
| String | Yes | No |

### platform_name property

Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,11 +2182,11 @@
"@types/node" "*"

"@types/node@*":
version "22.3.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.3.0.tgz#7f8da0e2b72c27c4f9bd3cb5ef805209d04d4f9e"
integrity sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==
version "22.4.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.4.0.tgz#c295fe1d6f5f58916cc61dbef8cf65b5b9b71de9"
integrity sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==
dependencies:
undici-types "~6.18.2"
undici-types "~6.19.2"

"@types/node@^17.0.5":
version "17.0.45"
Expand Down Expand Up @@ -8065,10 +8065,10 @@ typescript@^5.5.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

undici-types@~6.18.2:
version "6.18.2"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.18.2.tgz#8b678cf939d4fc9ec56be3c68ed69c619dee28b0"
integrity sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==
undici-types@~6.19.2:
version "6.19.6"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down
Loading