Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TenantsApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected restClient

restClient: RestClient

Methods

create

  • create(organizationId: string, groupId: string, tenant: Tenant): Promise<Tenant>
  • Parameters

    • organizationId: string
    • groupId: string
    • Optional tenant: Tenant

    Returns Promise<Tenant>

delete

  • delete(organizationId: string, groupId: string, tenantId: string): Promise<BitmovinResponse>
  • Parameters

    • organizationId: string
    • groupId: string
    • tenantId: string

    Returns Promise<BitmovinResponse>

get

  • get(organizationId: string, groupId: string, tenantId: string): Promise<Tenant>
  • Parameters

    • organizationId: string
    • groupId: string
    • tenantId: string

    Returns Promise<Tenant>

list

Generated using TypeDoc