LoginSignup
3
2

More than 3 years have passed since last update.

GCP サービスアカウントキーが発行されているサービスアカウント一覧の取得方法

Last updated at Posted at 2021-01-25

gcloud alpha asset listコマンドを使えば取得が出来る

組織単位で取得

gcloud alpha asset list --organization='組織ID' --asset-types='iam.googleapis.com/ServiceAccountKey' --content-type='resource' --filter="resource.data.keyType=USER_MANAGED"

プロジェクト単位で取得

gcloud alpha asset list --project='プロジェクトID' --asset-types='iam.googleapis.com/ServiceAccountKey' --content-type='resource' --filter="resource.data.keyType=USER_MANAGED"
3
2
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
3
2