Name | Description | Type | Additional information |
---|---|---|---|
Id |
Primary key for a tenant. |
integer |
None. |
Name |
The name of the tenant. This cannot be changed once the tenant has been created. |
string |
None. |
Application |
Gets or sets the type of application that is being used with this tenant (either PASS or NOVUS). |
ParatransitApp |
None. |
ApplicationServiceUrl |
Gets or sets the URL for the PASS/NOVUS Server Shell. |
string |
None. |
DatabaseServer |
Gets or sets the database server that the paratransit application database is hosted on. |
string |
None. |
DatabaseName |
Gets or sets the name of the paratransit application database. |
string |
None. |
DatabaseUser |
Gets or sets the SQL username used to connect to the database. |
string |
None. |
DatabasePassword |
Gets or sets the SQL password used to connect to the datdabase. |
string |
None. |
AdminUsername |
Gets or sets the default username to log into the system with. |
string |
None. |
AdminPassword |
Gets or sets the default password to log into the system with. |
string |
None. |
TimeZone |
Gets or sets the timezone of the DR application |
string |
None. |
GoogleApiKey |
Gets or sets the Google API key to use when making Google calls with a non-enterprise Google account Note that either this setting by itself, or the GoogleClientId and GoogleClientIdCryptoKey settings must be set |
string |
None. |
GoogleClientId |
Gets or sets the Google Client ID to use when making Google calls with an enterprise Google account Note that either this setting and the GoogleClientIdCryptoKey, or the GoogleApiKey by itself must be set |
string |
None. |
GoogleClientIdCryptoKey |
Gets or sets the Google Client ID Cryptographic Key to use when making Google calls with an enterprise Google account This setting is used when making non-javascript calls to Google's services. This key is used to encrypt the call so Google can verify the call is authorized. Note that either this setting and the GoogleClientId, or the GoogleApiKey by itself must be set |
string |
None. |
RecaptchaSiteKey |
Gets or sets the client-side key used for Google Recaptcha. |
string |
None. |
RecaptchaSecretKey |
Gets or sets the secret server-side key used for Google Recaptcha. |
string |
None. |
Hosts |
Gets or sets the list of host headers that map to this tenant. |
Collection of TenantHost |
None. |
Filters |
Gets or sets the list of filters that have been applied to this tenant. Trips and clients must match at least one filter in order to be included as a part of the tenant's data. |
TenantFilters |
None. |
DatabaseType |
The type of database used by the paratransit application |
DatabaseType |
None. |
ExpiryDate |
Gets or sets the expiry date of this tenant |
date |
None. |