Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 943 Bytes

Tenant.md

File metadata and controls

16 lines (12 loc) · 943 Bytes

Tenant

Properties

Name Type Description Notes
id string uuid of the tenant [optional]
name string human readable name of the tenant organization [optional]
base_url string The base url for all tenant requests. This should always be SSL enabled. [optional]
code string The code by which this tenant is known, eg. agave.prod [optional]
created \DateTime When the tenant was created in ISO8601 format [optional]
last_updated \DateTime When the tenant was last updated in ISO8601 format [optional]
contact \Agave\Client\Model\TenantContact [optional]

[Back to Model list] [Back to API list] [Back to README]