Skip to content

Commit ac9f5d9

Browse files
committed
Pass 1 - base LIST auth methods + email auth method
1 parent a15247c commit ac9f5d9

24 files changed

+28
-36
lines changed

api-reference/beta/api/authentication-list-emailmethods.md

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

2323
### Permissions acting on self
2424

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

2828
### Permissions acting on other users
2929

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

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

api-reference/beta/api/authentication-list-methods.md

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

2828
### Permissions acting on self
2929

30-
<!-- { "blockType": "permissions", "name": "authentication_list_methods" } -->
30+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3131
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-methods-permissions.md)]
3232

3333
### Permissions acting on other users
3434

35-
<!-- { "blockType": "permissions", "name": "authentication_list_methods_2" } -->
35+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3636
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-methods-2-permissions.md)]
3737

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

api-reference/beta/api/authentication-post-emailmethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Set a user's [emailAuthenticationMethod](../resources/emailauthenticationmethod.
2020
## Permissions
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": "authentication_post_emailmethods" } -->
23+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2424
[!INCLUDE [permissions-table](../includes/permissions/authentication-post-emailmethods-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/emailauthenticationmethod-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ One of the following permissions is required to call this API. To learn more, in
2424
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2525
|Permission type | Permissions (from least to most privileged) |
2626
|:---------------------------------------|:-------------------------|
27-
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite |
27+
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All |
2828
| Delegated (personal Microsoft account) | Not supported. |
2929
| Application | Not supported. |
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ One of the following permissions is required to call this API. To learn more, in
2424
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2525
|Permission type | Permissions (from least to most privileged) |
2626
|:---------------------------------------|:-------------------------|
27-
| Delegated (work or school account) | UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite |
27+
| Delegated (work or school account) | UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All |
2828
| Delegated (personal Microsoft account) | Not supported. |
2929
| Application | Not supported. |
3030

api-reference/beta/api/emailauthenticationmethod-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Update a user's email address associated with an [email Authentication Method](.
2020
## Permissions
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": "emailauthenticationmethod_update" } -->
23+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2424
[!INCLUDE [permissions-table](../includes/permissions/emailauthenticationmethod-update-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/includes/permissions/authentication-list-emailmethods-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.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite|
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/authentication-list-emailmethods-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/authentication-list-methods-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.All|UserAuthenticationMethod.Read, 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/authentication-list-methods-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)