--- id: google-cloud-iamconnectorcredentials version: "0.1.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-cloud-iamconnectorcredentials — Google Cloud Iamconnectorcredentials API client library License: permissive · Maintenance: active · Downloads: 268.7K/mo ## What it is and what it does This package is Google's official Python client library for the IAM Connector Credentials API, a service for managing and exchanging credentials in Google Cloud environments. It wraps the underlying gRPC and REST APIs with a Pythonic interface, handling protocol buffers, authentication, and request/response serialization automatically through its dependencies on google-api-core, google-auth, grpcio, proto-plus, and protobuf. The library is designed for developers who need to programmatically obtain, exchange, or manage credentials within Google Cloud applications—typically in service-to-service authentication, workload identity federation, or multi-cloud credential bridging scenarios. It is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities. Installation is straightforward with low friction, though it requires prior Google Cloud project setup and API enablement. Use it for: - Obtain short-lived credentials for service-to-service authentication in Google Cloud applications. - Exchange external credentials (from on-premises or other cloud providers) for Google Cloud access tokens. - Implement workload identity federation flows to authenticate workloads running outside Google Cloud. - Build multi-cloud credential management systems that bridge Google Cloud and external identity providers. - Automate credential lifecycle management in containerized or serverless deployment pipelines. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python client library for Google Cloud's IAM Connector Credentials API, enabling programmatic access to credential management and authentication services. Yes, if you are building on Google Cloud and need programmatic credential management or workload identity federation. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is backed by Google's official support. Install only if your project requires the IAM Connector Credentials API; it is not a general-purpose authentication library. ## Install pip install google-cloud-iamconnectorcredentials uv add google-cloud-iamconnectorcredentials poetry add google-cloud-iamconnectorcredentials ## Installing google-cloud-iamconnectorcredentials Before you install: Low install friction with a pure-Python wheel distribution. Actively maintained with recent releases; repository shows active development and community engagement. License in practice: Apache-2.0 permissive license allows use in most commercial and open-source projects with minimal restrictions; attribution required. Quickstart: pip install google-cloud-iamconnectorcredentials from google.cloud import iamconnectorcredentials_v1 client = iamconnectorcredentials_v1.IAMConnectorCredentialsClient() Requires Python >= 3.10; Google Cloud project setup and API enablement required before use. Verify before relying: - Specific credential exchange workflows and supported authentication flows beyond standard Google Cloud auth patterns. - Performance characteristics and rate limits for credential generation or refresh operations. - Compatibility with non-Google identity providers or federated identity scenarios. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 268.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google cloud iam credentials client, iamconnectorcredentials api python, google cloud authentication library, iam connector credentials management, google cloud python client, cloud credential api access, google-cloud, credential-management, workload-identity [View on SkillFed](https://skillfed.io/packages/google-cloud-iamconnectorcredentials) · [View on PyPI](https://pypi.org/project/google-cloud-iamconnectorcredentials/)