bitmovin_api_sdk.account.organizations.groups.tenants package
Submodules
bitmovin_api_sdk.account.organizations.groups.tenants.tenant_list_query_params module
bitmovin_api_sdk.account.organizations.groups.tenants.tenants_api module
- class bitmovin_api_sdk.account.organizations.groups.tenants.tenants_api.TenantsApi(**kwargs)[source]
Bases:
BaseApi- delete(organization_id, group_id, tenant_id, **kwargs)[source]
Delete Tenant
- Parameters:
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group
tenant_id (string_types, required) – Id of the tenant.
- Returns:
Id of the group
- Return type:
- get(organization_id, group_id, tenant_id, **kwargs)[source]
Tenant Details
- Parameters:
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group
tenant_id (string_types, required) – Id of the tenant.
- Returns:
Tenant details
- Return type:
- list(organization_id, group_id, query_params=None, **kwargs)[source]
List Tenants
- Parameters:
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group
query_params (TenantListQueryParams) – Query parameters
- Returns:
Service specific result
- Return type: