Skip to content

Commit 5bbe7e9

Browse files
authored
Merge pull request #78082 from rolyon/rolyon-rbac-assignedto
[Azure RBAC] Update assignedTo filter description
2 parents 06a957b + 625233e commit 5bbe7e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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: 06/20/2018
16+
ms.date: 05/28/2019
1717
ms.author: rolyon
1818
ms.reviewer: bagovind
1919

@@ -48,9 +48,9 @@ In RBAC, to list access, you list the role assignments. To list role assignments
4848
4949
| Filter | Description |
5050
| --- | --- |
51-
| `$filter=atScope()` | List role assignments for only the specified scope, not including the role assignments at subscopes. |
52-
| `$filter=principalId%20eq%20'{objectId}'` | List role assignments for a specified user, group, or service principal. |
53-
| `$filter=assignedTo('{objectId}')` | List role assignments for a specified user, including ones inherited from groups. |
51+
| `$filter=atScope()` | Lists role assignments for only the specified scope, not including the role assignments at subscopes. |
52+
| `$filter=principalId%20eq%20'{objectId}'` | Lists role assignments for a specified user, group, or service principal. |
53+
| `$filter=assignedTo('{objectId}')` | Lists role assignments for a specified user or service principal. If the user is a member of a group that has a role assignment, that role assignment is also listed. This filter is transitive for groups which means that if the user is a member of a group and that group is a member of another group that has a role assignment, that role assignment is also listed. This filter only accepts an object id for a user or a service principal. You cannot pass an object id for a group. |
5454
5555
## Grant access
5656

0 commit comments

Comments
 (0)