googleapis/google/iam
2022-09-15 13:47:50 -07:00
..
admin/v1 feat!: replace java_outer_classname option with use_java_stubby_library, add DisableServiceAccountKey and EnableServiceAccountKey, and update comments 2022-09-15 13:47:50 -07:00
credentials chore: Explicitly set transport to grpc for python targets 2022-09-14 14:40:43 -07:00
v1 chore: Explicitly set transport to grpc for python targets 2022-09-14 14:40:43 -07:00
v1beta chore: Explicitly set transport to grpc for python targets 2022-09-14 14:40:43 -07:00
v2 chore: Explicitly set transport to grpc for python targets 2022-09-14 14:40:43 -07:00
v2beta chore: Explicitly set transport to grpc for python targets 2022-09-14 14:40:43 -07:00
BUILD.bazel chore(ruby): Configure build rules for IAM V2 Ruby clients 2022-09-01 10:33:37 -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.