googleapis/google/iam
Google APIs 5908effa24 fix!: Specify namespace options for C# and PHP.
This is only a breaking change for C# and PHP, which haven't published client libraries for this API yet.

PiperOrigin-RevId: 376845575
2021-06-01 09:04:23 -07:00
..
admin/v1 fix!: Specify namespace options for C# and PHP. 2021-06-01 09:04:23 -07:00
credentials chore: migrate iam/credentials to the PHP microgenerator 2021-05-12 16:32:43 -07:00
v1 chore: add Python library generation rules for logging protos 2021-05-25 15:08:48 -07:00
v1beta chore: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator. 2021-04-26 10:18:44 -07:00
BUILD.bazel Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
iam_meta_api.yaml Synchronize new proto/yaml changes. 2019-05-06 14:24:09 -07:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00

Introduction

Key Concepts

Service Account

A Service Account is an account used to identify services (non-humans) to Google. A Service Account has a list of Service Account Keys, which can be used to authenticate to Google.

Service Account Keys

A Service Account Key is a public/private keypair generated by Google. Google retains the public key, while the customer is given the private key. The private key can be used to sign JWTs and authenticate Service Accounts to Google.