Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
8e3af657-a8ff-443c-a75c-2fe8c4bcb635Categoria
GeneralRisk 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
MicrosoftGrants full access to manage all resources, including the ability to assign roles in Azure RBAC.
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"