GoogleApi.IAMCredentials
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.
Installation
Install this package from Hex by adding
google_api_iam_credentials to your list of dependencies in mix.exs:
def deps do
[{:google_api_iam_credentials, "~> 0.15"}]
endFor more information
Product documentation is available at 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.