Inbyggda Azure-roller för Allmänt
I den här artikeln visas de inbyggda Azure-rollerna i kategorin Allmänt.
Läsare
Visa alla resurser, men tillåter inte att du gör några ändringar.
Åtgärder | beskrivning |
---|---|
*/read | Läsa resurser av alla typer, förutom hemligheter. |
NotActions | |
ingen | |
DataActions | |
ingen | |
NotDataActions | |
ingen |
{
"assignableScopes": [
"/"
],
"description": "View all resources, but does not allow you to make any changes.",
"id": "/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7",
"name": "acdd72a7-3385-48ef-bd42-f606fba81ae7",
"permissions": [
{
"actions": [
"*/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
],
"roleName": "Reader",
"roleType": "BuiltInRole",
"type": "Microsoft.Authorization/roleDefinitions"
}