When I look at the Console IAM dashboard for my project I can see the line item for my Cloud Build Service Account:
https://console.cloud.google.com/iam-admin/iam
Member Role
[email protected] Cloud Build Service Account
But when I list service accounts with the gcloud
command the service account doesn't show up:
$ gcloud iam service-accounts list --project=$PROJECT
Listed 0 items.
Why is the [email protected]
service account showing up?