Total de permissões
7Actions
0NotActions
0DataActions
0Role ID
4d97b98b-1d4f-4787-a291-c67834d212e7Categoria
NetworkingRisk 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 networks, but not access to them.
Role Definition (JSON)
{"Name": "Network Contributor","Id": "4d97b98b-1d4f-4787-a291-c67834d212e7","IsCustom": false,"Description": "Lets you manage networks, but not access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Network Contributor"
Azure CLI
az role definition list --name "Network Contributor"