bitmovin_api_sdk.account.organizations.groups package

Subpackages

Submodules

bitmovin_api_sdk.account.organizations.groups.group_list_query_params module

class bitmovin_api_sdk.account.organizations.groups.group_list_query_params.GroupListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.account.organizations.groups.groups_api module

class bitmovin_api_sdk.account.organizations.groups.groups_api.GroupsApi(**kwargs)[source]

Bases: BaseApi

create(organization_id: string_types, group: Group, **kwargs: dict) Group[source]

Add Group

Parameters:
  • organization_id (string_types, required) – Id of the organization

  • group (Group, required) – Tenant Group details

Returns:

Tenatn Group details

Return type:

Group

delete(organization_id: string_types, group_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete Group

Parameters:
  • organization_id (string_types, required) – Id of the organization

  • group_id (string_types, required) – Id of the group

Returns:

Id of the group

Return type:

BitmovinResponse

get(organization_id: string_types, group_id: string_types, **kwargs: dict) Group[source]

Group Details

Parameters:
  • organization_id (string_types, required) – Id of the organization

  • group_id (string_types, required) – Id of the group.

Returns:

Encoding transer details

Return type:

Group

list(organization_id: string_types, query_params: GroupListQueryParams = None, **kwargs: dict) Group[source]

List Groups

Parameters:
  • organization_id (string_types, required) – Id of the organization

  • query_params (GroupListQueryParams) – Query parameters

Returns:

Service specific result

Return type:

Group

Module contents