README.md
# GoogleApi.ManagedIdentities
Managed Service for Microsoft Active Directory API client library.
The Managed Service for Microsoft Active Directory API is used for managing a highly available, hardened service running Microsoft Active Directory (AD).
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_managed_identities` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_managed_identities, "~> 0.18"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/managed-microsoft-ad/](https://cloud.google.com/managed-microsoft-ad/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_managed_identities](https://hexdocs.pm/google_api_managed_identities).