googleapis/google/iam
Google APIs b997fb8636 fix: migrate iam/admin/v1 to grpc_service_config
PiperOrigin-RevId: 317376637
2020-06-19 14:08:38 -07:00
..
admin/v1 fix: migrate iam/admin/v1 to grpc_service_config 2020-06-19 14:08:38 -07:00
credentials fix: use grpc_service_config in nodejs_gapic_library 2020-06-01 14:44:30 -07:00
v1 chore: rename unused GAPIC v1 configs for IAM to legacy 2020-04-07 14:25:20 -07:00
BUILD.bazel Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00
artman_iam.yaml chore: rename unused GAPIC v1 configs for IAM to legacy 2020-04-07 14:25:20 -07:00
artman_iam_admin.yaml Migrate IAM Admin v1 to GAPIC v2. 2020-01-13 03:38:10 -08:00
artman_iam_meta_api.yaml chore: rename unused GAPIC v1 configs for IAM to legacy 2020-04-07 14:25:20 -07:00
iam_meta_api.yaml Synchronize new proto/yaml changes. 2019-05-06 14:24:09 -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.