Reader and Data Access

Azure RBAC · Storage · Contributor

Reader and Data Access

Privilegiada
ContributorIAM ScopeStorage·3 permissões

Dado verificado em · Fonte

Total de permissões

3

Actions

0

NotActions

0

DataActions

0
Role ID
c12c1c16-33a1-487b-954d-41c89c60f349
Categoria
Storage
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

Lets you view everything but will not let you delete or create a storage account or contained resource. It will also allow read/write access to all data contained in a storage account via access to storage account keys.

Permissões

MicrosoftCarregando...Azure built-in roles

Role Definition (JSON)

{
"Name": "Reader and Data Access",
"Id": "c12c1c16-33a1-487b-954d-41c89c60f349",
"IsCustom": false,
"Description": "Lets you view everything but will not let you delete or create a storage account or contained resource. It will also allow read/write access to all data contained in a storage account via access to storage account keys.",
"Actions": [],
"NotActions": [],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/"
]

Assignable Scopes

/

PowerShell

Get-AzRoleDefinition -Name "Reader and Data Access"

Azure CLI

az role definition list --name "Reader and Data Access"
Ver a documentação oficial na Microsoft Learn