Google Cloud Privilegedaccessmanager API client library
Project description
Privileged Access Manager API: Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtual environment using venv. venv is a tool that creates isolated Python environments. These isolated environments can have separate versions of Python packages, which allows you to isolate one project’s dependencies from the dependencies of other projects.
With venv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Code samples and snippets
Code samples and snippets live in the samples/ folder.
Supported Python Versions
Our client libraries are compatible with all current active and maintenance versions of Python.
Python >= 3.7
Unsupported Python Versions
Python <= 3.6
If you are using an end-of-life version of Python, we recommend that you update as soon as possible to an actively supported version.
Mac/Linux
python3 -m venv <your-env>
source <your-env>/bin/activate
pip install google-cloud-privilegedaccessmanager
Windows
py -m venv <your-env>
.\<your-env>\Scripts\activate
pip install google-cloud-privilegedaccessmanager
Next Steps
Read the Client Library Documentation for Privileged Access Manager API to see other available methods on the client.
Read the Privileged Access Manager API 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_privilegedaccessmanager-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78086819b57154cad68ad9208e4c56e5d4c8c0d78b054a07a71b87fa1fd57e6c |
|
MD5 | 0ec4e2c1e3fdb810da7723d0f71f6033 |
|
BLAKE2b-256 | b14a027c25ee6647a6e3f72d3cdbdd9c9eb3f849c20fd8a4b019a9741b823b88 |
Hashes for google_cloud_privilegedaccessmanager-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 264bc01ccb152b32057e175144d7d86e42fbe1664cfd040323f34e43c1fac4a8 |
|
MD5 | c96cac06682308c03be09c6bfc3eeff7 |
|
BLAKE2b-256 | 8a8212ba5112631ee0acf42e70fd4d8c05f601c82f7c512fb28f0a578a7f0193 |