README.md

# GoogleApi.SecurityCenter

Security Command Center API client library.

Security Command Center API provides access to temporal views of assets and findings within an organization.

## Installation

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

```elixir
def deps do
  [{:google_api_security_center, "~> 0.19"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/security-command-center](https://cloud.google.com/security-command-center).

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