googleapis/google/iam
Google APIs 3afba2fd06 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217582979
2018-10-17 14:01:58 -07:00
..
admin/v1 Synchronize new proto/yaml changes. 2018-05-11 13:16:32 -07:00
credentials Synchronize new proto/yaml changes. 2018-09-13 11:39:18 -07:00
v1 Synchronize new proto/yaml changes. 2018-10-17 14:01:58 -07:00
BUILD.bazel Synchronize new proto/yaml changes. 2018-10-17 14:01:58 -07:00
README.md Synchronize new proto changes. 2017-08-31 18:08:59 -07:00
artman_iam.yaml Synchronize new proto/yaml changes. 2018-07-25 14:29:39 -07:00
artman_iam_admin.yaml Synchronize new proto/yaml changes. 2018-07-25 14:29:39 -07:00
iam.yaml Add LRO service config. Update Pub/Sub. Remove unneeded context. (#155) 2016-09-27 09:15:54 -07:00

README.md

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.