Hi, I am trying to set up a service account and as...
# google-cloud
a
Hi, I am trying to set up a service account and assign it the role of
roles/storage.admin
for all buckets using Google Native. I see how it is done using GCP classic using
gcp.projects.IAMBinding
, but I can't seem to find the equivalent implementation on the native version. Any help would be appreciated.