Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 449 Bytes

Tenant.md

File metadata and controls

16 lines (8 loc) · 449 Bytes

Tenant

Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.

Properties

Name Type Description Notes
id String The ID of the tenant. [optional]
name String The name of the tenant. [optional]
createdAt OffsetDateTime The time at which the tenant was created. [optional]