# GoogleApi.BinaryAuthorization
Binary Authorization API client library.
The management interface for Binary Authorization, a service that provides policy-based deployment validation and control for images deployed to Google Kubernetes Engine (GKE), Anthos Service Mesh, Anthos Clusters, and Cloud Run.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_binary_authorization` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_binary_authorization, "~> 0.17"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/binary-authorization/](https://cloud.google.com/binary-authorization/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_binary_authorization](https://hexdocs.pm/google_api_binary_authorization).