When running
gcloud asset search-all-resources --scope=projects/my-project
I get resources listed from many Google APIs: container.googleapis.com, compute.googleapis.com, cloudresourcemanager.googleapis.com, iam.googleapis.com and more
What's missing, though, are my storage buckets. According to https://cloud.google.com/asset-inventory/docs/supported-asset-types storage buckets are supported and should therefore be shown.
I also checked the REST API. Same result, though. My buckets are of course shown via gsutil ls -p my-project
and on the cloud console.
Does anyone have an idea what's going on here?
Side note: According to https://cloud.google.com/asset-inventory/docs/getting-support, I should use the tag google-cloud-asset-inventory
for questions about this API. That tag, however, doesn't exist yet and I unfortunately can't create it myself.