README.md

# GoogleApi.OrgPolicy

Organization Policy API client library.

The Org Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.

## Installation

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

```elixir
def deps do
  [{:google_api_org_policy, "~> 0.4"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/orgpolicy/docs/reference/rest/index.html](https://cloud.google.com/orgpolicy/docs/reference/rest/index.html).

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