Total de permissões
10Actions
0NotActions
0DataActions
0Role ID
6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437Categoria
DatabaseRisk 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 SQL servers and databases, but not access to them, and not their security -related policies.
Role Definition (JSON)
{"Name": "SQL Server Contributor","Id": "6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437","IsCustom": false,"Description": "Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "SQL Server Contributor"
Azure CLI
az role definition list --name "SQL Server Contributor"