Skip to content

Commit 97ce72a

Browse files
authored
Merge pull request #26140 from microsoftgraph/owinfreyATL-TermsOfUse-Notes
Terms of Use RBAC note updates
2 parents b39e878 + c579112 commit 97ce72a

23 files changed

+71
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "agreement_get" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/agreement-get-permissions.md)]
2626

27-
[!INCLUDE [rbac-tou-apis](../includes/rbac-for-apis/rbac-tou-apis.md)]
27+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
2828

2929
## HTTP request
3030
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/agreement-list-acceptances.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "agreement_list_acceptances" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/agreement-list-acceptances-permissions.md)]
2525

26+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/agreement-list-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "agreement_list_files" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/agreement-list-files-permissions.md)]
2525

26+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
27+
2628

2729
## HTTP request
2830

api-reference/beta/api/agreement-post-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "agreement_post_files" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/agreement-post-files-permissions.md)]
2525

26+
[!INCLUDE [rbac-tou-apis](../includes/rbac-for-apis/rbac-tou-apis.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "agreementfile_get" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/agreementfile-get-permissions.md)]
2525

26+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/agreementfile-list-localizations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "agreementfile_list_localizations" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/agreementfile-list-localizations-permissions.md)]
2525

26+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/termsofusecontainer-list-agreements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "termsofusecontainer_list_agreements" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/termsofusecontainer-list-agreements-permissions.md)]
2626

27-
[!INCLUDE [rbac-tou-apis](../includes/rbac-for-apis/rbac-tou-apis.md)]
27+
[!INCLUDE [rbac-tou-security-reader-apis](../includes/rbac-for-apis/rbac-tou-security-reader-apis.md)]
2828

2929
## HTTP request
3030
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/user-list-agreementacceptances.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

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

17-
Retrieve a user's [agreementAcceptance](../resources/agreementacceptance.md) objects.
17+
Allows the signed-in user to retrieve their [agreementAcceptance](../resources/agreementacceptance.md) objects.
1818

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

@@ -24,6 +24,9 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "user_list_agreementacceptances" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/user-list-agreementacceptances-permissions.md)]
2626

27+
> [!IMPORTANT]
28+
> This API allows the signed-in user to retrieve their [agreementAcceptance](../resources/agreementacceptance.md) objects. It doesn't require them to have any additional [Microsoft Entra roles](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) as the [Default user role](/entra/fundamentals/users-default-permissions?toc=%2Fgraph%2Ftoc.json) authorizes them to retrieve their agreement acceptances.
29+
2730
## HTTP request
2831
<!-- { "blockType": "ignored" } -->
2932
```http

api-reference/beta/includes/rbac-for-apis/rbac-tou-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ms.topic: include
44
---
55

66
> [!IMPORTANT]
7-
> In delegated scenarios with work or school accounts, the signed-in user must be an owner or member of the group or be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. *Security Administrator* and *Conditional Access Administrator* are the least privileged roles supported for this operation.
7+
> In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json). *Conditional Access Administrator* is the least privileged role supported for this operation. Security Administrator is a more privileged role supported for this operation.
88
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: AlexFilipin
3+
ms.topic: include
4+
---
5+
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json). *Security Reader* is the least privileged role supported for this operation. More privileged roles supported for this operation: Global Reader, Conditional Access Administrator, Security Administrator.
8+
9+
10+
11+

0 commit comments

Comments
 (0)