Total de permissões
73Actions
0NotActions
0DataActions
0Role ID
056cd41c-7e88-42e1-933e-88ba6a50c9c3Categoria
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 the security-related policies of SQL servers and databases, but not access to them.
Role Definition (JSON)
{"Name": "SQL Security Manager","Id": "056cd41c-7e88-42e1-933e-88ba6a50c9c3","IsCustom": false,"Description": "Lets you manage the security-related policies of SQL servers and databases, but not access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "SQL Security Manager"
Azure CLI
az role definition list --name "SQL Security Manager"