Total de permissões
8Actions
0NotActions
0DataActions
0Role ID
0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3Categoria
StorageRisk Tier
Contributor (CTB)Risk Tier: Contributor
Grants full write access to create and manage all resources but cannot assign roles or manage access to others.
Descrição
MicrosoftAllows for read, write and delete access to Azure Storage tables and entities
Role Definition (JSON)
{"Name": "Storage Table Data Contributor","Id": "0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3","IsCustom": false,"Description": "Allows for read, write and delete access to Azure Storage tables and entities","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Table Data Contributor"
Azure CLI
az role definition list --name "Storage Table Data Contributor"