Total de permissões
8Actions
0NotActions
0DataActions
0Role ID
e0f68234-74aa-48ed-b826-c38b57376e17Categoria
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
MicrosoftCreate and manage Azure Cache for Redis resources. Cannot read or write data stored in the cache.
Role Definition (JSON)
{"Name": "Redis Cache Contributor","Id": "e0f68234-74aa-48ed-b826-c38b57376e17","IsCustom": false,"Description": "Create and manage Azure Cache for Redis resources. Cannot read or write data stored in the cache.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Redis Cache Contributor"
Azure CLI
az role definition list --name "Redis Cache Contributor"