Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
b24988ac-6180-42a0-ab88-20f7382dd24cCategoria
GeneralRisk 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
MicrosoftGrants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.
Role Definition (JSON)
{"Name": "Contributor","Id": "b24988ac-6180-42a0-ab88-20f7382dd24c","IsCustom": false,"Description": "Grants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Contributor"
Azure CLI
az role definition list --name "Contributor"