Packages

Organization Policy API client library. The Organization Policy API allows users to configure governance rules on their Google Cloud resources across the resource hierarchy.

Current section

Files

Jump to
Raw

README.md

# GoogleApi.OrgPolicy
Organization Policy API client library.
The Organization Policy API allows users to configure governance rules on their Google Cloud resources across the 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.6"}]
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).