googleapis/google/iam
Google APIs a1af63efb8 feat: Add PatchServiceAccount
feat: Add UndeleteServiceAccount
feat: Add EnableServiceAccount
feat: Add DisableServiceAccount
feat: Add UploadServiceAccountKey
feat: Add QueryAuditableServices
feat: Add LintPolicy
feat: Deprecate UpdateServiceAccount
feat: Deprecate SignBlob
feat: Deprecate SignJwt

PiperOrigin-RevId: 364635275
2021-03-23 13:48:16 -07:00
..
admin/v1 feat: Add PatchServiceAccount 2021-03-23 13:48:16 -07:00
credentials chore: clean up unused gapic.legacy.yaml files 2021-02-25 12:14:41 -08:00
v1 chore: clean up unused gapic.legacy.yaml files 2021-02-25 12:14:41 -08:00
v1beta chore: use python microgenerator rules for Cloud APIs 2021-01-07 11:33:56 -08: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.