Skip to content

Commit d55b20d

Browse files
authored
Merge pull request #115609 from rolyon/rolyon-rbac-roles-new-role
[Azure RBAC] Added new role
2 parents 7165f97 + e17ca2c commit d55b20d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

articles/role-based-access-control/built-in-roles.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ The following table provides a brief description and the unique ID of each built
169169
> | [Blueprint Operator](#blueprint-operator) | Can assign existing published blueprints, but cannot create new blueprints. Note that this only works if the assignment is done with a user-assigned managed identity. | 437d2ced-4a38-4302-8479-ed2bcb43d090 |
170170
> | [Cost Management Contributor](#cost-management-contributor) | Can view costs and manage cost configuration (e.g. budgets, exports) | 434105ed-43f6-45c7-a02f-909b2ba83430 |
171171
> | [Cost Management Reader](#cost-management-reader) | Can view cost data and configuration (e.g. budgets, exports) | 72fafb9e-0641-4937-9268-a91bfd8191a3 |
172+
> | [Hierarchy Settings Administrator](#hierarchy-settings-administrator) | Allows users to edit and delete Hierarchy Settings | 350f8d15-c687-4448-8ae1-157740a3936d |
172173
> | [Managed Application Contributor Role](#managed-application-contributor-role) | Allows for creating managed application resources. | 641177b8-a67a-45b9-a033-47bc880bb21e |
173174
> | [Managed Application Operator Role](#managed-application-operator-role) | Lets you read and perform actions on Managed Application resources | c7393b34-138c-406f-901b-d8cf2b17e6ae |
174175
> | [Managed Applications Reader](#managed-applications-reader) | Lets you read resources in a managed app and request JIT access. | b9331d33-8a36-4f8c-b097-4f54124fdb44 |
@@ -7013,6 +7014,48 @@ Can view cost data and configuration (e.g. budgets, exports)
70137014
}
70147015
```
70157016

7017+
### Hierarchy Settings Administrator
7018+
7019+
Allows users to edit and delete Hierarchy Settings
7020+
7021+
> [!div class="mx-tableFixed"]
7022+
> | | |
7023+
> | --- | --- |
7024+
> | **Actions** | |
7025+
> | Microsoft.Management/managementGroups/settings/write | Creates or updates management group hierarchy settings. |
7026+
> | Microsoft.Management/managementGroups/settings/delete | Deletes management group hierarchy settings. |
7027+
> | **NotActions** | |
7028+
> | *none* | |
7029+
> | **DataActions** | |
7030+
> | *none* | |
7031+
> | **NotDataActions** | |
7032+
> | *none* | |
7033+
7034+
```json
7035+
{
7036+
"assignableScopes": [
7037+
"/"
7038+
],
7039+
"description": "Allows users to edit and delete Hierarchy Settings",
7040+
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/350f8d15-c687-4448-8ae1-157740a3936d",
7041+
"name": "350f8d15-c687-4448-8ae1-157740a3936d",
7042+
"permissions": [
7043+
{
7044+
"actions": [
7045+
"Microsoft.Management/managementGroups/settings/write",
7046+
"Microsoft.Management/managementGroups/settings/delete"
7047+
],
7048+
"notActions": [],
7049+
"dataActions": [],
7050+
"notDataActions": []
7051+
}
7052+
],
7053+
"roleName": "Hierarchy Settings Administrator",
7054+
"roleType": "BuiltInRole",
7055+
"type": "Microsoft.Authorization/roleDefinitions"
7056+
}
7057+
```
7058+
70167059
### Managed Application Contributor Role
70177060

70187061
Allows for creating managed application resources.

0 commit comments

Comments
 (0)