共用方式為


適用於一般專案的 Azure 內建角色

本文列出 [一般] 類別中的 Azure 內建角色。

讀取者

可檢視所有資源,但無法變更。

此角色包含 */read 控制平面的動作。 獲指派此角色的使用者可以讀取 所有 Azure 資源的控制平面 資訊。

深入了解

動作 描述
*/read 讀取所有 Azure 資源的控制平面資訊。
NotActions
none
DataActions
none
NotDataActions
none
{
  "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"
}

下一步