You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/built-in-roles.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,9 @@ The following table provides a brief description of each built-in role. Click th
377
377
> | <aname='deid-realtime-data-user'></a>[DeID Realtime Data User](./built-in-roles/integration.md#deid-realtime-data-user)| Execute requests against DeID realtime endpoint. This role is in preview and subject to change. | bb6577c4-ea0a-40b2-8962-ea18cb8ecd4e |
378
378
> | <aname='dicom-data-owner'></a>[DICOM Data Owner](./built-in-roles/integration.md#dicom-data-owner)| Full access to DICOM data. | 58a3b984-7adf-4c20-983a-32417c86fbc8 |
379
379
> | <aname='dicom-data-reader'></a>[DICOM Data Reader](./built-in-roles/integration.md#dicom-data-reader)| Read and search DICOM data. | e89c7a3c-2f64-4fa1-a847-3e4c9ba4283a |
380
+
> | <aname='durable-task-data-contributor'></a>[Durable Task Data Contributor](./built-in-roles/integration.md#durable-task-data-contributor)| Durable Task role for all data access operations. | 0ad04412-c4d5-4796-b79c-f76d14c8d402 |
381
+
> | <aname='durable-task-data-reader'></a>[Durable Task Data Reader](./built-in-roles/integration.md#durable-task-data-reader)| Read all Durable Task Scheduler data. | d6a5505f-6ebb-45a4-896e-ac8274cfc0ac |
382
+
> | <aname='durable-task-worker'></a>[Durable Task Worker](./built-in-roles/integration.md#durable-task-worker)| Used by worker applications to interact with the Durable Task service | 80d0d6b0-f522-40a4-8886-a5a11720c375 |
> |[Microsoft.DurableTask](../permissions/integration.md#microsoftdurabletask)/schedulers/taskhubs/orchestrations/read | Gets or list orchestrations metadata, including payloads |
1748
+
> |[Microsoft.DurableTask](../permissions/integration.md#microsoftdurabletask)/schedulers/taskhubs/orchestrations/metadata/read | Gets or lists orchestration metadata, but not payloads |
1749
+
> |**NotDataActions**||
1750
+
> |*none*||
1751
+
1752
+
```json
1753
+
{
1754
+
"assignableScopes": [
1755
+
"/"
1756
+
],
1757
+
"description": "Read all Durable Task Scheduler data.",
> |[Microsoft.DurableTask](../permissions/integration.md#microsoftdurabletask)/schedulers/taskhubs/orchestrations/execute/action | Get orchestration and activity work-items and post results |
1791
+
> |**NotDataActions**||
1792
+
> |*none*||
1793
+
1794
+
```json
1795
+
{
1796
+
"assignableScopes": [
1797
+
"/"
1798
+
],
1799
+
"description": "Used by worker applications to interact with the Durable Task service",
0 commit comments