Total de permissões
3Actions
0NotActions
0DataActions
0Role ID
b7e6dc6d-f1e8-4753-8033-0f276bb0955bCategoria
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 full access to Azure Storage blob containers and data, including assigning POSIX access control.
Role Definition (JSON)
{"Name": "Storage Blob Data Owner","Id": "b7e6dc6d-f1e8-4753-8033-0f276bb0955b","IsCustom": false,"Description": "Allows for full access to Azure Storage blob containers and data, including assigning POSIX access control.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Blob Data Owner"
Azure CLI
az role definition list --name "Storage Blob Data Owner"