googleapis/google/iam
Google APIs 57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
..
admin/v1 chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
credentials chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
v1 chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
v1beta chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
v2 chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
v2beta chore: update go_gapic_assembly_pkg with snippets archive 2023-04-17 12:24:09 -07:00
BUILD.bazel feat: Support REST transport 2023-03-08 15:20:57 -08: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.