TenantProperties {
DefaultTheme( string )
FromEmailAddress( string )
TenantBusinessKey( string )
TenantName( string )
ForwardProxyAllowedHosts( Collection of string )
Themes( Collection of Theme )
AnalyticsAccountID( string )
SupportedThemes( Collection of SupportedTheme )
SiteAdminGroupID( string )
BusinessAdminGroupID( string )
TenantID( string )
ContactEmailAddress( string )
LaaSIntegrationSupport( string )
ConsoleAddress( string )
ProxyApiUrl( string )
TenantBusinessID( string )
}
Theme {
TenantID( long )
FedmemberID( string )
Alias( string )
ConsoleAddress( string )
Theme( string )
SiteTitle( string )
SiteDescription( string )
VirtualHosts( Collection of string )
ThemeImpl( string )
}
SupportedTheme {
Theme( string )
Cloneable( boolean )
ThemeImpl( string )
}