次の方法で共有


一般向けの Azure 組み込みロール

この記事では、[全般] カテゴリの Azure 組み込みロールの一覧を示します。

Reader

すべてのリソースを表示しますが、変更を加えることはできません。

詳細情報

アクション 説明
*/read 機密データを除くあらゆる種類のリソースの読み取り
NotActions
なし
DataActions
なし
NotDataActions
なし
{
  "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"
}

次のステップ