Reader

Azure RBAC · General · Reader

Reader

ReaderIAM ScopeGeneral·1 permissões

Dado verificado em · Fonte

Total de permissões

1

Actions

0

NotActions

0

DataActions

0
Role ID
acdd72a7-3385-48ef-bd42-f606fba81ae7
Categoria
General
Risk Tier
Reader (RDR)
Risk Tier: Reader

Grants read-only access to view existing resources. Cannot make changes or access sensitive data.

Descrição

Microsoft

View all resources, but does not allow you to make any changes.

Permissões

MicrosoftCarregando...Azure built-in roles

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