Total de permissões
6Actions
0NotActions
0DataActions
0Role ID
f25e0fa2-a7c8-4377-a976-54943a77a395Categoria
SecurityRisk 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 key vaults, but not access to them.
Role Definition (JSON)
{"Name": "Key Vault Contributor","Id": "f25e0fa2-a7c8-4377-a976-54943a77a395","IsCustom": false,"Description": "Lets you manage key vaults, but not access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Key Vault Contributor"
Azure CLI
az role definition list --name "Key Vault Contributor"