Blueprint Operator

Azure RBAC · Management · Contributor

Blueprint Operator

ContributorIAM ScopeManagement·5 permissões

Dado verificado em · Fonte

Total de permissões

5

Actions

0

NotActions

0

DataActions

0
Role ID
437d2ced-4a38-4302-8479-ed2bcb43d090
Categoria
Management
Risk 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

Microsoft

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.

Permissões

MicrosoftCarregando...Azure built-in roles

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"
Ver a documentação oficial na Microsoft Learn