Total de permissões
9Actions
0NotActions
0DataActions
0Role ID
ba92f5b4-2d11-453d-a403-e96b0029c9feCategoria
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 blob containers and data
Role Definition (JSON)
{"Name": "Storage Blob Data Contributor","Id": "ba92f5b4-2d11-453d-a403-e96b0029c9fe","IsCustom": false,"Description": "Allows for read, write and delete access to Azure Storage blob containers and data","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Blob Data Contributor"
Azure CLI
az role definition list --name "Storage Blob Data Contributor"