Tenant Service
Service to manage TSB tenants.
Tenants #
The Tenant service can be used to manage the tenants in TSB. Tenants can be seen as organization units and line of business that have a set of resources. Every resource in TSB belongs to a tenant, and users can be assigned to tenants to get access to those resources (such as workspaces, traffic settings, etc). This service provides methods to manage the tenants that are available in the platform.
CreateTenant
GetTenant
UpdateTenant
ListTenants
DeleteTenant
CreateSetting
GetSetting
UpdateSetting
ListSettings
DeleteSetting
CreateTenantRequest #
Request to create a tenant.
Field | Description | Validation Rule |
---|---|---|
parent | string | – |
name | string | string = { |
tenant | tetrateio.api.tsb.v2.Tenant | message = { |
CreateTenantSettingRequest #
Request to create a Tenant Setting.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
name | string | string = { |
setting | tetrateio.api.tsb.v2.TenantSetting | message = { |
DeleteTenantRequest #
Request to delete a tenant.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
DeleteTenantSettingRequest #
Request to delete a Tenant Setting.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
GetTenantRequest #
Request to retrieve a tenant.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
GetTenantSettingRequest #
Request to retrieve a Tenant Settings.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
ListTenantSettingsRequest #
Request to list Tenant Settings.
Field | Description | Validation Rule |
---|---|---|
parent | string | string = { |
ListTenantSettingsResponse #
List of all existing Tenant settings objects in the Tenant.
Field | Description | Validation Rule |
---|---|---|
settings | – |
ListTenantsRequest #
Request to list tenants.
Field | Description | Validation Rule |
---|---|---|
parent | string | – |
ListTenantsResponse #
List of available tenants.
Field | Description | Validation Rule |
---|---|---|
tenants | List of tetrateio.api.tsb.v2.Tenant | – |