SQL Server Contributor

Azure RBAC · Database · Contributor

SQL Server Contributor

ContributorIAM ScopeDatabase·10 permissões

Dado verificado em · Fonte

Total de permissões

10

Actions

0

NotActions

0

DataActions

0
Role ID
6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437
Categoria
Database
Risk 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

Microsoft

Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.

Permissões

MicrosoftCarregando...Azure built-in roles

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"
Ver a documentação oficial na Microsoft Learn