Total de permissões
8Actions
0NotActions
0DataActions
0Role ID
4a9ae827-6dc8-4573-8ac7-8239d42aa03fCategoria
ManagementRisk 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 tags on entities, without providing access to the entities themselves.
Role Definition (JSON)
{"Name": "Tag Contributor","Id": "4a9ae827-6dc8-4573-8ac7-8239d42aa03f","IsCustom": false,"Description": "Lets you manage tags on entities, without providing access to the entities themselves.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Tag Contributor"
Azure CLI
az role definition list --name "Tag Contributor"