Total de permissões
8Actions
0NotActions
0DataActions
0Role ID
230815da-be43-4aae-9cb4-875f7bd000aaCategoria
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 Azure Cosmos DB accounts, but not access data in them. Prevents access to account keys and connection strings.
Role Definition (JSON)
{"Name": "Cosmos DB Operator","Id": "230815da-be43-4aae-9cb4-875f7bd000aa","IsCustom": false,"Description": "Lets you manage Azure Cosmos DB accounts, but not access data in them. Prevents access to account keys and connection strings.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Cosmos DB Operator"
Azure CLI
az role definition list --name "Cosmos DB Operator"