|
| 1 | +--- |
| 2 | +title: Azure built-in roles for Quantum - Azure RBAC |
| 3 | +description: This article lists the Azure built-in roles for Azure role-based access control (Azure RBAC) in the Quantum category. It lists Actions, NotActions, DataActions, and NotDataActions. |
| 4 | +ms.service: role-based-access-control |
| 5 | +ms.topic: reference |
| 6 | +ms.workload: identity |
| 7 | +author: bradben |
| 8 | +manager: tedhudek |
| 9 | +ms.author: brbenefield |
| 10 | +ms.date: 01/07/2025 |
| 11 | +ms.custom: generated |
| 12 | +--- |
| 13 | + |
| 14 | +# Azure built-in roles for Quantum |
| 15 | + |
| 16 | +This article lists the Azure built-in roles in the Quantum category. |
| 17 | + |
| 18 | + |
| 19 | +## Quantum Workspace Data Contributor |
| 20 | + |
| 21 | +Lets you create, read, and modify jobs in a Quantum Workspace. This role does not allow you to manage the workspace itself. |
| 22 | + |
| 23 | +[Learn more](/azure/quantum/manage-workspace-access) |
| 24 | + |
| 25 | +> [!div class="mx-tableFixed"] |
| 26 | +> | Actions | Description | |
| 27 | +> | --- | --- | |
| 28 | +> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/*/read | Read roles, policy assignments, policy definitions and policy set definitions | |
| 29 | +> | [Microsoft.Insights](../permissions/monitor.md#microsoftinsights)/alertRules/* | Create and manage classic alert rules | |
| 30 | +> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/deployments/* | Create and manage a deployment | |
| 31 | +> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups | |
| 32 | +> | [Microsoft.Quantum](../permissions/quantum.md#microsoftquantum)/Workspaces/read | Read Workspace | |
| 33 | +> | [Microsoft.Quantum](../permissions/quantum.md#microsoftquantum)/locations/offerings/read | Read providers supported | |
| 34 | +> | **NotActions** | | |
| 35 | +> | *none* | | |
| 36 | +> | **DataActions** | | |
| 37 | +> | [Microsoft.Quantum](../permissions/quantum.md#microsoftquantum)/Workspaces/jobs/read | Read jobs and other data | |
| 38 | +> | [Microsoft.Quantum](../permissions/quantum.md#microsoftquantum)/Workspaces/jobs/write | Write jobs and other data | |
| 39 | +> | **NotDataActions** | | |
| 40 | +> | *none* | | |
| 41 | +
|
| 42 | +```json |
| 43 | +{ |
| 44 | + "assignableScopes": [ |
| 45 | + "/" |
| 46 | + ], |
| 47 | + "permissions": [ |
| 48 | + { |
| 49 | + "actions": [ |
| 50 | + "Microsoft.Authorization/*/read", |
| 51 | + "Microsoft.Insights/alertRules/*", |
| 52 | + "Microsoft.Resources/deployments/*", |
| 53 | + "Microsoft.Resources/subscriptions/resourceGroups/read", |
| 54 | + "Microsoft.Quantum/Workspaces/read", |
| 55 | + "Microsoft.Quantum/locations/offerings/read" |
| 56 | + ], |
| 57 | + "notActions": [], |
| 58 | + "dataActions": [ |
| 59 | + "Microsoft.Quantum/Workspaces/jobs/read", |
| 60 | + "Microsoft.Quantum/Workspaces/jobs/write" |
| 61 | + ], |
| 62 | + "notDataActions": [] |
| 63 | + } |
| 64 | + ], |
| 65 | + "roleName": "Quantum Workspace Data Contributor", |
| 66 | + "roleType": "BuiltInRole", |
| 67 | + "type": "Microsoft.Authorization/roleDefinitions" |
| 68 | +} |
| 69 | +``` |
| 70 | + |
| 71 | +## Next steps |
| 72 | + |
| 73 | +- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal) |
0 commit comments