README.md

# GoogleApi.IAMCredentials

IAM Service Account Credentials API client library.

 Creates short-lived credentials for impersonating IAM service accounts. *Note:* This API is tied to the IAM API (iam.googleapis.com). Enabling or disabling this API will also enable or disable the IAM API. 

## 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.11"}]
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).