Total de permissões
9Actions
0NotActions
0DataActions
0Role ID
17d1049b-9a84-46fb-8f53-869881c3d3abCategoria
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
MicrosoftLets you manage storage accounts, including accessing storage account keys which provide full access to storage account data.
Role Definition (JSON)
{"Name": "Storage Account Contributor","Id": "17d1049b-9a84-46fb-8f53-869881c3d3ab","IsCustom": false,"Description": "Lets you manage storage accounts, including accessing storage account keys which provide full access to storage account data.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Account Contributor"
Azure CLI
az role definition list --name "Storage Account Contributor"