Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
acdd72a7-3385-48ef-bd42-f606fba81ae7Categoria
GeneralRisk Tier
Reader (RDR)Risk Tier: Reader
Grants read-only access to view existing resources. Cannot make changes or access sensitive data.
Descrição
MicrosoftView all resources, but does not allow you to make any changes.
Role Definition (JSON)
{"Name": "Reader","Id": "acdd72a7-3385-48ef-bd42-f606fba81ae7","IsCustom": false,"Description": "View all resources, but does not allow you to make any changes.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Reader"
Azure CLI
az role definition list --name "Reader"