Skip to content

Commit c06f183

Browse files
authored
Merge pull request #25610 from msewaweru/appmngtpolicy-roles
Convert the role include files to alert boxes for application management policy APIs
2 parents 3afe01e + 97a4925 commit c06f183

File tree

6 files changed

+26
-8
lines changed

6 files changed

+26
-8
lines changed

api-reference/beta/includes/rbac-for-apis/rbac-app-auth-method-custom-policy-api-update.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ ms.topic: include
44
ms.author: saumadan
55
---
66

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) or a custom role with a supported role permission. *Application Administrator* or *Cloud Application Administrator* are the least privileged roles supported for this operation.
7+
> [!IMPORTANT]
8+
>
9+
> 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) or a custom role with a supported role permission. The following least privileged roles are supported for this operation:
10+
>
11+
> - Cloud Application Administrator
12+
> - Application Administrator
813

api-reference/beta/includes/rbac-for-apis/rbac-app-auth-method-policy-api-get.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ ms.topic: include
44
ms.author: saumadan
55
---
66

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) or a custom role with a supported role permission. *Global Reader* is the least privileged role supported for this operation.
7+
> [!IMPORTANT]
8+
>
9+
> 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) or a custom role with a supported role permission. The following least privileged role is supported for this operation:
10+
>
11+
> - Global Reader
812

api-reference/beta/resources/appmanagementpolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ To learn more about how to use app management policy, see [Microsoft Entra appli
2727
| [Update](../api/appmanagementpolicy-update.md) | None | Updates an app management policy. |
2828
| [Delete](../api/appmanagementpolicy-delete.md) | None | Deletes an app management policy from the collection of policies in appManagementPolicies. |
2929
| [List applies to](../api/appmanagementpolicy-list-appliesto.md)| [appManagementPolicy](../resources/appmanagementpolicy.md)|Returns a list of applications and service principals to which the policy is applied. |
30-
| [Create applies to](../api/appmanagementpolicy-post-appliesto.md)| None |Returns a list of applications and service principals to which the policy is applied. |
30+
| [Create applies to](../api/appmanagementpolicy-post-appliesto.md)| None |Assign an appManagementPolicy policy object to an application or service principal object. |
31+
| [Delete applies to](../api/appmanagementpolicy-delete-appliesto.md)| None |Remove an appManagementPolicy policy object from an application or service principal object. |
3132

3233
## Properties
3334

api-reference/v1.0/includes/rbac-for-apis/rbac-app-auth-method-custom-policy-api-update.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ ms.topic: include
44
ms.author: saumadan
55
---
66

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) or a custom role with a supported role permission. *Application Administrator* or *Cloud Application Administrator* are the least privileged roles supported for this operation.
8-
7+
> [!IMPORTANT]
8+
>
9+
> 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) or a custom role with a supported role permission. The following least privileged roles are supported for this operation:
10+
>
11+
> - Cloud Application Administrator
12+
> - Application Administrator

api-reference/v1.0/includes/rbac-for-apis/rbac-app-auth-method-policy-api-get.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ ms.topic: include
44
ms.author: saumadan
55
---
66

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) or a custom role with a supported role permission. *Global Reader* is the least privileged role supported for this operation.
8-
7+
> [!IMPORTANT]
8+
>
9+
> 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) or a custom role with a supported role permission. The following least privileged role is supported for this operation:
10+
>
11+
> - Global Reader

api-reference/v1.0/resources/appmanagementpolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ To learn more about how to use app management policy, see [Microsoft Entra appli
2626
| [Update](../api/appmanagementpolicy-update.md) | None | Update an app management policy. |
2727
| [Delete](../api/appmanagementpolicy-delete.md) | None | Delete an app management policy from the collection of policies in appManagementPolicies. |
2828
| [List applies to](../api/appmanagementpolicy-list-appliesto.md)| [appManagementPolicy](../resources/appmanagementpolicy.md)|Return a list of applications and service principals to which the policy is applied. |
29-
| [Create applies to](../api/appmanagementpolicy-post-appliesto.md)| None |Return a list of applications and service principals to which the policy is applied. |
29+
| [Create applies to](../api/appmanagementpolicy-post-appliesto.md)| None |Assign an appManagementPolicy policy object to an application or service principal object. |
30+
| [Delete applies to](../api/appmanagementpolicy-delete-appliesto.md)| None |Remove an appManagementPolicy policy object from an application or service principal object. |
3031

3132
## Properties
3233

0 commit comments

Comments
 (0)