Skip to content

Commit 95812e0

Browse files
authored
Merge pull request #100834 from rolyon/rolyon-rbac-service-provider-note
[Azure RBAC] Service provider note
2 parents a550f6d + 93ee254 commit 95812e0

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

articles/active-directory/privileged-identity-management/azure-pim-resource-rbac.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.subservice: pim
17-
ms.date: 11/08/2019
17+
ms.date: 01/10/2020
1818
ms.author: curtand
1919

2020
ms.collection: M365-identity-device-management
@@ -23,6 +23,9 @@ ms.collection: M365-identity-device-management
2323

2424
With Azure Active Directory (Azure AD) Privileged Identity Management (PIM), you can view activity, activations, and audit history for Azure resources roles within your organization. This includes subscriptions, resource groups, and even virtual machines. Any resource within the Azure portal that leverages the Azure role-based access control (RBAC) functionality can take advantage of the security and lifecycle management capabilities in Privileged Identity Management.
2525

26+
> [!NOTE]
27+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
28+
2629
## View activity and activations
2730

2831
To see what actions a specific user took in various resources, you can view the Azure resource activity that's associated with a given activation period.

articles/role-based-access-control/role-assignments-list-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 12/02/2019
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
1919
# List role assignments using Azure RBAC and Azure CLI
2020

2121
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using Azure CLI.
2222

23+
> [!NOTE]
24+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
25+
2326
## Prerequisites
2427

2528
- [Bash in Azure Cloud Shell](/azure/cloud-shell/overview) or [Azure CLI](/cli/azure)

articles/role-based-access-control/role-assignments-list-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 01/08/2020
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
@@ -21,6 +21,9 @@ ms.reviewer: bagovind
2121

2222
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using the Azure portal.
2323

24+
> [!NOTE]
25+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
26+
2427
## List role assignments for a user or group
2528

2629
The easiest way to see the roles assigned to a user or group in a subscription is to use the **Azure resources** pane.

articles/role-based-access-control/role-assignments-list-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 12/02/2019
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
@@ -22,6 +22,9 @@ ms.reviewer: bagovind
2222

2323
[!INCLUDE [az-powershell-update](../../includes/updated-for-az.md)]
2424

25+
> [!NOTE]
26+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
27+
2528
## Prerequisites
2629

2730
- [PowerShell in Azure Cloud Shell](/azure/cloud-shell/overview) or [Azure PowerShell](/powershell/azure/install-az-ps)

articles/role-based-access-control/role-assignments-list-rest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: multiple
1313
ms.tgt_pltfrm: rest-api
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 11/25/2019
16+
ms.date: 01/10/2020
1717
ms.author: rolyon
1818
ms.reviewer: bagovind
1919

@@ -22,6 +22,9 @@ ms.reviewer: bagovind
2222

2323
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using the REST API.
2424

25+
> [!NOTE]
26+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
27+
2528
## List role assignments
2629

2730
In RBAC, to list access, you list the role assignments. To list role assignments, use one of the [Role Assignments - List](/rest/api/authorization/roleassignments/list) REST APIs. To refine your results, you specify a scope and an optional filter.

0 commit comments

Comments
 (0)