Packages

IAM Service Account Credentials API client library. Creates short-lived credentials for impersonating IAM service accounts. Disabling this API also disables the IAM API (iam.googleapis.com). However, enabling this API doesn't enable the IAM API.

Current section

Files

Jump to

README.md

# GoogleApi.IAMCredentials
IAM Service Account Credentials API client library.
Creates short-lived credentials for impersonating IAM service accounts.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_iam_credentials` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_iam_credentials, "~> 0.10"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials](https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_iam_credentials](https://hexdocs.pm/google_api_iam_credentials).