Total de permissões
2Actions
0NotActions
0DataActions
0Role ID
76199698-9eea-4c19-bc75-cec21354c6b6Categoria
StorageRisk 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
MicrosoftAllows for read access to Azure Storage tables and entities
Role Definition (JSON)
{"Name": "Storage Table Data Reader","Id": "76199698-9eea-4c19-bc75-cec21354c6b6","IsCustom": false,"Description": "Allows for read access to Azure Storage tables and entities","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Table Data Reader"
Azure CLI
az role definition list --name "Storage Table Data Reader"