Skip to content

Commit 2c9b5cb

Browse files
committed
Pass 3 - Add Microsoft Authenticator Methods
1 parent 94996cf commit 2c9b5cb

19 files changed

+30
-30
lines changed

api-reference/beta/api/fido2authenticationmethod-creationoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Retrieve creation options required to generate and register a Microsoft Entra ID
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- { "blockType": "permissions", "name": "fido2authenticationmethod_creationoptions" } -->
23+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2424
[!INCLUDE [permissions-table](../includes/permissions/fido2authenticationmethod-creationoptions-permissions.md)]
2525

2626
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]

api-reference/beta/api/microsoftauthenticatorauthenticationmethod-delete.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Delete microsoftAuthenticatorAuthenticationMethod"
3-
description: "Deletes a microsoftAuthenticatorAuthenticationMethod object."
3+
description: "Delete a microsoftAuthenticatorAuthenticationMethod object."
44
author: "mjsantani"
55
ms.reviewer: intelligentaccesspm
66
ms.localizationpriority: medium
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Deletes a [microsoftAuthenticatorAuthenticationMethod](../resources/microsoftauthenticatorauthenticationmethod.md) object.
16+
Delete a [microsoftAuthenticatorAuthenticationMethod](../resources/microsoftauthenticatorauthenticationmethod.md) object.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

@@ -23,12 +23,12 @@ The following tables show the least privileged permission or permissions require
2323

2424
### Permissions acting on self
2525

26-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_delete" } -->
26+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-delete-permissions.md)]
2828

2929
### Permissions acting on other users
3030

31-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_delete_2" } -->
31+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3232
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-delete-2-permissions.md)]
3333

3434
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]

api-reference/beta/api/microsoftauthenticatorauthenticationmethod-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The following tables show the least privileged permission or permissions require
2323

2424
### Permissions acting on self
2525

26-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_get" } -->
26+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-get-permissions.md)]
2828

2929
### Permissions acting on other users
3030

31-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_get_2" } -->
31+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3232
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-get-2-permissions.md)]
3333

3434
[!INCLUDE [rbac-authentication-methods-apis-read-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md)]

api-reference/beta/api/microsoftauthenticatorauthenticationmethod-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The following tables show the least privileged permission or permissions require
2323

2424
### Permissions acting on self
2525

26-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_list" } -->
26+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-list-permissions.md)]
2828

2929
### Permissions acting on other users
3030

31-
<!-- { "blockType": "permissions", "name": "microsoftauthenticatorauthenticationmethod_list_2" } -->
31+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3232
[!INCLUDE [permissions-table](../includes/permissions/microsoftauthenticatorauthenticationmethod-list-2-permissions.md)]
3333

3434
[!INCLUDE [rbac-authentication-methods-apis-read-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md)]

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-delete-2-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite|UserAuthenticationMethod.ReadWrite.All|
9+
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite.All|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|UserAuthenticationMethod.ReadWrite.All|Not available.|
11+
|Application|Not supported.|Not supported.|
1212

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-delete-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|UserAuthenticationMethod.ReadWrite.All|Not available.|
11+
|Application|Not supported.|Not supported.|
1212

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-get-2-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|UserAuthenticationMethod.Read|UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All|
9+
|Delegated (work or school account)|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1212

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-get-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|UserAuthenticationMethod.Read|UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
11+
|Application|Not supported.|Not supported.|
1212

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-list-2-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|UserAuthenticationMethod.Read|UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All|
9+
|Delegated (work or school account)|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1212

api-reference/beta/includes/permissions/microsoftauthenticatorauthenticationmethod-list-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|UserAuthenticationMethod.Read|UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
11+
|Application|Not supported.|Not supported.|
1212

0 commit comments

Comments
 (0)