README.md

# GoogleApi.AccessContextManager

Access Context Manager API client library.

An API for setting attribute based access control to requests to GCP services.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_access_context_manager` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_access_context_manager, "~> 0.12"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/access-context-manager/docs/reference/rest/](https://cloud.google.com/access-context-manager/docs/reference/rest/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_access_context_manager](https://hexdocs.pm/google_api_access_context_manager).