Managed Service for Microsoft Active Directory API client library
Project description
Managed Service for Microsoft Active Directory (AD) is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and authorization for your AD-dependent workloads, automate AD server maintenance and security configuration, and connect your on-premises AD domain to the cloud.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-managed-identities
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-managed-identities
Next Steps
Read the Client Library Documentation for Managed Service for Microsoft Active Directory to see other available methods on the client.
Read the Managed Service for Microsoft Active Directory Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-managed-identities-1.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d36abcafaf864ac5adeb07416e475f0dbcb01c5ab84291dfe3eb1ee1a94529 |
|
MD5 | 666bce8d8055125a738de8e93569eced |
|
BLAKE2b-256 | 78111b23beb1cf69151bcfed0edee3e67dd99ddfea7424c661de2da21990fcf6 |
Hashes for google_cloud_managed_identities-1.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4031c0848f11d7f8366fcf5f33664a940545e55f7f566acd91b9b21d6571e59 |
|
MD5 | 9fa9bf9e7c4390eae9fe88dcf9b1f79e |
|
BLAKE2b-256 | 589e9f6844dd28adc29796d636b9e61551d562abd6025291651a39f3e8a4685c |