HealthCloud Tenant Admin SDK for Python
Typed access to tenant administrator authentication, administration, and M2M token operations from Python.
Installation
python -m pip install healthcloud-tenantadmin
Quick start
from healthcloud_tenantadmin import HCTenantAdminSDK
sdk = HCTenantAdminSDK(
environment="dev",
tenant_id="<TENANT_ID>",
)
Authentication
Public registration and login operations use tenant configuration. Authenticated administration and M2M operations require the appropriate tenant administrator token. Never commit tokens or credentials.
Detailed documentation
See docs/index.md for method-centric API, model, configuration, authentication, and example documentation. Detailed pages are generated from the shared structured docs data; this README intentionally remains package-level.
Package overview
The SDK exposes service clients from one HCSDK instance. The generated docs index lists operations only when stable contract metadata is available.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file healthcloud_tenantadmin-0.3.0.tar.gz.
File metadata
- Download URL: healthcloud_tenantadmin-0.3.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91f3701f2d05693b39d5bafb23bec7cd9055126a7b3a693fbb5a0111619ccb3f
|
|
| MD5 |
9a0f42bdaaf8e22941d25734464537de
|
|
| BLAKE2b-256 |
3b095a31d635ed24c102c3214fe71540d223180e2762fd1e597c1d00aaade280
|
File details
Details for the file healthcloud_tenantadmin-0.3.0-py3-none-any.whl.
File metadata
- Download URL: healthcloud_tenantadmin-0.3.0-py3-none-any.whl
- Upload date:
- Size: 50.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b1280c7247f0da82083785d13659941100ce04274bb7bf478f86e316108ec26
|
|
| MD5 |
11064092e27e8b313b23a48ac48b1df1
|
|
| BLAKE2b-256 |
b31c831737906f2c5f3521861ed15a279badb5b2c13ac2dade043fed8ced9d79
|