0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

BigQuery周りの権限

Posted at

BigQuery権限

#A. 特定のテーブルの権限制御:ビューを設定してビューに対する権限制御
#B. テーブルの中の行単位の権限制御:Authorized Viewsで権限制御

A-1. IAMポリシーの設定:(IAMの編集権限がある人向け)

Google Cloud Consoleでプロジェクトを開きます。
左側のナビゲーションメニューから「IAM & 管理」を選択し、「IAM」をクリックします。
「+ メンバーを追加」をクリックし、特定のユーザーのメールアドレスを入力します。
「役割の選択」をクリックし、「BigQuery」で「BigQuery Data Viewer」を選択します。
「保存」をクリックして設定を完了します。
データセットレベルでのアクセス権の設定:

A-2. BigQueryコンソールで対象のデータセットを選択(IAMの編集権限がない人向け)

「詳細」タブで「アクセス権」セクションを見つけます。
「プリンシパルを追加」をクリックし、特定のユーザーのメールアドレスを入力します。
「役割」で「BigQuery Data Viewer」を選択し、「保存」をクリックします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?