Total de permissões
7Actions
0NotActions
0DataActions
0Role ID
befefa01-2a29-4197-83a8-272ff33ce314Categoria
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 DNS zones and record sets in Azure DNS, but does not let you control who has access to them.
Role Definition (JSON)
{"Name": "DNS Zone Contributor","Id": "befefa01-2a29-4197-83a8-272ff33ce314","IsCustom": false,"Description": "Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "DNS Zone Contributor"
Azure CLI
az role definition list --name "DNS Zone Contributor"