Total de permissões
89Actions
0NotActions
0DataActions
0Role ID
5e467623-bb1f-42f4-a55d-6e525e11384bCategoria
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 backups, but can't delete vaults and give access to others
Role Definition (JSON)
{"Name": "Backup Contributor","Id": "5e467623-bb1f-42f4-a55d-6e525e11384b","IsCustom": false,"Description": "Lets you manage backups, but can't delete vaults and give access to others","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Backup Contributor"
Azure CLI
az role definition list --name "Backup Contributor"