Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
80d0d6b0-f522-40a4-8886-a5a11720c375Categoria
IntegrationRisk Tier
Data Plane (DP)Risk Tier: Data Plane
Grants access to data stored within services (blobs, queues, secrets, keys) without management plane control.
Descrição
MicrosoftUsed by worker applications to interact with the Durable Task service
Role Definition (JSON)
{"Name": "Durable Task Worker","Id": "80d0d6b0-f522-40a4-8886-a5a11720c375","IsCustom": false,"Description": "Used by worker applications to interact with the Durable Task service","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Durable Task Worker"
Azure CLI
az role definition list --name "Durable Task Worker"