Total de permissões
5Actions
0NotActions
0DataActions
0Role ID
437d2ced-4a38-4302-8479-ed2bcb43d090Categoria
ManagementRisk 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
MicrosoftCan assign existing published blueprints, but cannot create new blueprints. NOTE: this only works if the assignment is done with a user-assigned managed identity.
Role Definition (JSON)
{"Name": "Blueprint Operator","Id": "437d2ced-4a38-4302-8479-ed2bcb43d090","IsCustom": false,"Description": "Can assign existing published blueprints, but cannot create new blueprints. NOTE: this only works if the assignment is done with a user-assigned managed identity.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Blueprint Operator"
Azure CLI
az role definition list --name "Blueprint Operator"