Owner

Azure RBAC · General · Full Control

Owner

Privilegiada
Full ControlIAM ScopeGeneral·1 permissões

Dado verificado em · Fonte

Total de permissões

1

Actions

0

NotActions

0

DataActions

0
Role ID
8e3af657-a8ff-443c-a75c-2fe8c4bcb635
Categoria
General
Risk Tier
Full Control (FC)
Risk Tier: Full Control

Grants unrestricted access to all resources including the ability to assign roles. Highest risk tier.

Descrição

Microsoft

Grants full access to manage all resources, including the ability to assign roles in Azure RBAC.

Permissões

MicrosoftCarregando...Azure built-in roles

Role Definition (JSON)

{
"Name": "Owner",
"Id": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635",
"IsCustom": false,
"Description": "Grants full access to manage all resources, including the ability to assign roles in Azure RBAC.",
"Actions": [],
"NotActions": [],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/"
]

Assignable Scopes

/

PowerShell

Get-AzRoleDefinition -Name "Owner"

Azure CLI

az role definition list --name "Owner"
Ver a documentação oficial na Microsoft Learn