Skip to content

Commit f1785a6

Browse files
Adding "Locks Contributor" Built-in role
1 parent d203951 commit f1785a6

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ The following table provides a brief description of each built-in role. Click th
436436
> | <a name='security-assessment-contributor'></a>[Security Assessment Contributor](./built-in-roles/security.md#security-assessment-contributor) | Lets you push assessments to Microsoft Defender for Cloud | 612c2aa1-cb24-443b-ac28-3ab7272de6f5 |
437437
> | <a name='security-manager-legacy'></a>[Security Manager (Legacy)](./built-in-roles/security.md#security-manager-legacy) | This is a legacy role. Please use Security Admin instead. | e3d13bf0-dd5a-482e-ba6b-9b8433878d10 |
438438
> | <a name='security-reader'></a>[Security Reader](./built-in-roles/security.md#security-reader) | View permissions for Microsoft Defender for Cloud. Can view recommendations, alerts, a security policy, and security states, but cannot make changes.<br><br>For Microsoft Defender for IoT, see [Azure user roles for OT and Enterprise IoT monitoring](/azure/defender-for-iot/organizations/roles-azure). | 39bc4728-0917-49c7-9d2c-d95423bc2eb4 |
439+
> | <a name='locks-contributor'></a>[Locks Contributor](./built-in-roles/security.md#locks-contributor) | Lets you manage locks operations | 28bf596f-4eb7-45ce-b5bc-6cf482fec137 |
439440
440441
## DevOps
441442

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,49 @@ View permissions for Microsoft Defender for Cloud. Can view recommendations, ale
15551555
"type": "Microsoft.Authorization/roleDefinitions"
15561556
}
15571557
```
1558+
## Locks Contributor
1559+
1560+
Lets you manage locks operations
1561+
1562+
> [!div class="mx-tableFixed"]
1563+
> | Actions | Description |
1564+
> | --- | --- |
1565+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/locks/read | Gets locks at the specified scope |
1566+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/locks/write | Add locks at the specified scope |
1567+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/locks/delete | Delete locks at the specified scope |
1568+
> | **NotActions** | |
1569+
> | *none* | |
1570+
> | **DataActions** | |
1571+
> | *none* | |
1572+
> | **NotDataActions** | |
1573+
> | *none* | |
1574+
1575+
```json
1576+
{
1577+
"assignableScopes": [
1578+
"/"
1579+
],
1580+
"description": "Can Manage Locks Operations.",
1581+
"id": "/providers/Microsoft.Authorization/roleDefinitions/28bf596f-4eb7-45ce-b5bc-6cf482fec137",
1582+
"name": "28bf596f-4eb7-45ce-b5bc-6cf482fec137",
1583+
"permissions": [
1584+
{
1585+
"actions": [
1586+
"Microsoft.Authorization/locks/read",
1587+
"Microsoft.Authorization/locks/write",
1588+
"Microsoft.Authorization/locks/delete"
1589+
],
1590+
"notActions": [],
1591+
"dataActions": [],
1592+
"notDataActions": []
1593+
}
1594+
],
1595+
"roleName": "Locks Contributor",
1596+
"roleType": "BuiltInRole",
1597+
"type": "Microsoft.Authorization/roleDefinitions"
1598+
}
1599+
```
15581600

15591601
## Next steps
15601602

1561-
- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)
1603+
- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)

0 commit comments

Comments
 (0)