google-cloud-privilegedaccessmanager
Google Cloud Privilegedaccessmanager API client library
What it is and what it does
This is the official Python client library for Google Cloud Privileged Access Manager, a service that implements least-privilege access patterns by replacing standing privileges with on-demand, time-bound, approval-based access. The library wraps the PAM API, allowing developers to programmatically create entitlements, request temporary access, manage approvals, and audit access events within their Python applications.
The package is built on Google's standard cloud client infrastructure (google-api-core, google-auth, grpcio, proto-plus, protobuf) and is actively maintained as part of the googleapis/google-cloud-python monorepo. It targets modern Python versions (3.10 through 3.14) and is classified as Beta, meaning the API surface may evolve but the library is production-ready for the PAM service's current feature set.
Use it for:
- Automate emergency access provisioning for incident responders by requesting temporary elevated privileges programmatically
- Build approval workflows that integrate PAM access requests with internal ticketing or ITSM systems
- Manage just-in-time service account access for CI/CD pipelines and automated deployment tasks
- Audit and log all privilege elevation requests and approvals within a compliance-sensitive environment
- Implement self-service access request portals that query eligible entitlements and submit requests on behalf of users
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Cloud Privileged Access Manager, enabling programmatic control of just-in-time, time-bound, and approval-based access elevations to cloud resources.
Yes. This is the official, actively maintained client for Google Cloud Privileged Access Manager. Install it if you need to integrate PAM into Python applications or automate access request workflows. The low install friction, permissive license, active maintenance, and zero known vulnerabilities make it a safe choice. The Beta status is standard for Google Cloud client libraries and does not indicate instability.
Install
google-cloud-privilegedaccessmanager on PyPI
pip
pip install google-cloud-privilegedaccessmanageruv
uv add google-cloud-privilegedaccessmanagerpoetry
poetry add google-cloud-privilegedaccessmanagerInstalling google-cloud-privilegedaccessmanager
Before you install
Low friction installation via pip; active maintenance with recent releases. Requires Python 3.10 or later. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf), all widely maintained.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install google-cloud-privilegedaccessmanager
from google.cloud import privilegedaccessmanager_v1
client = privilegedaccessmanager_v1.PrivilegedAccessManagerClient()
Requires Python >= 3.10. Google Cloud project setup and authentication credentials (via google-auth) must be configured before use.
Verify before relying
- Whether the library supports all Privileged Access Manager API methods or a subset of the service
- Performance characteristics and rate limits for access request operations
- Whether async/await patterns are supported for long-running operations
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 53 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 179,856/month — #10,161 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_privilegedaccessmanager-0.4.1-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-iamProvides a Python client library for Google…
permissive · top 5,000 on PyPI
grpc-google-iam-v1Provides gRPC-based Python client bindings for…
permissive · top 1,000 on PyPI
google-cloud-billingProgrammatic access to Google Cloud Platform…
permissive · top 15,000 on PyPI
google-cloud-iamconnectorcredentialsProvides a Python client library for Google…
permissive · top 15,000 on PyPI
google-cloud-access-context-managerPython client library for Google Cloud Access…
permissive · top 5,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-os-loginPython client library for Google Cloud OS…
permissive · top 1,000 on PyPI
pamelaPamela provides a Python interface to the…
permissive · top 15,000 on PyPI
stigg-sidecar-sdkPython SDK for interacting with Stigg Sidecar,…
unclear · top 15,000 on PyPI
python-pamPython wrapper for Linux PAM (Pluggable…
permissive · top 5,000 on PyPI