Skip to content

@sourceloop/authentication-service / Exports / Tenant

Class: Tenant

Hierarchy

  • UserModifiableEntity<Tenant>

    Tenant

Table of contents

Constructors

Properties

Constructors

constructor

new Tenant(data?)

Parameters

Name Type
data? Partial<Tenant>

Inherited from

UserModifiableEntity<Tenant>.constructor

Defined in

packages/core/dist/models/base-entity.model.d.ts:6

Properties

address

Optional address: string

Defined in

services/authentication-service/src/models/tenant.model.ts:35


city

Optional city: string

Defined in

services/authentication-service/src/models/tenant.model.ts:45


country

Optional country: string

Defined in

services/authentication-service/src/models/tenant.model.ts:60


createdBy

Optional createdBy: string

Inherited from

UserModifiableEntity.createdBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:4


createdOn

Optional createdOn: Date

Inherited from

UserModifiableEntity.createdOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:4


id

Optional id: string

Defined in

services/authentication-service/src/models/tenant.model.ts:18


key

key: string

Defined in

services/authentication-service/src/models/tenant.model.ts:30


modifiedBy

Optional modifiedBy: string

Inherited from

UserModifiableEntity.modifiedBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:5


modifiedOn

Optional modifiedOn: Date

Inherited from

UserModifiableEntity.modifiedOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:5


name

name: string

Defined in

services/authentication-service/src/models/tenant.model.ts:24


state

Optional state: string

Defined in

services/authentication-service/src/models/tenant.model.ts:50


status

status: TenantStatus

Defined in

services/authentication-service/src/models/tenant.model.ts:70


tenantConfigs

tenantConfigs: TenantConfig[]

Defined in

services/authentication-service/src/models/tenant.model.ts:73


website

Optional website: string

Defined in

services/authentication-service/src/models/tenant.model.ts:40


zip

Optional zip: string

Defined in

services/authentication-service/src/models/tenant.model.ts:55