(copied from https://github.com/GoogleCloudPlatform/gcloud-node/issues/1192, which is funnily-enough exactly true for `gcloud-python`, too). [IAM](https://cloud.google.com/iam/docs) is currently buried inside of our Pub/Sub code, but should be abstracted to be used with any API that supports it: - [ ] BigQuery - [ ] [Compute](https://cloud.google.com/compute/docs/access/iam) - [ ] [Logging](https://cloud.google.com/logging/docs/access-control) - [ ] [Pub/Sub](https://cloud.google.com/pubsub/access_control) - [ ] [Resource Manager](https://cloud.google.com/resource-manager/docs/access-control-proj) - [ ] [Storage](https://cloud.google.com/storage/docs/iam)
(copied from googleapis/google-cloud-node#1192, which is funnily-enough exactly true for
gcloud-python, too).IAM is currently buried inside of our Pub/Sub code, but should be abstracted to be used with any API that supports it: