mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
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 |
||
|---|---|---|
| .. | ||
| admin/v1 | ||
| credentials | ||
| v1 | ||
| v1beta | ||
| BUILD.bazel | ||
| iam_meta_api.yaml | ||
| 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.