Tenant Class

Represents a tenant in a multi-tenant installation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.MultiTenancyTenant

Namespace: Dundas.BI.AccountServices.MultiTenancy
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class Tenant

The Tenant type exposes the following members.

Constructors
 NameDescription
Public methodTenantInitializes a new instance of the Tenant class.
Top
Properties
 NameDescription
Public propertyAccountNamePatternGets or sets the account name pattern.
Public propertyAdministratorsGroupId Gets the ID of the group whose members have administrative privileges for the tenant.
Public propertyCreatedTimeGets the UTC time the tenant was created.
Public propertyDataConnectorPropertyOverrides Gets a dictionary containing tenant-specific overrides for data connector properties.
Public propertyEmailReplyToAddress Gets or sets the reply-to email address used in tenant-specific email communications.
Public propertyEmailSenderDisplayName Gets or sets the display name used for the sender in tenant-specific email communications.
Public propertyExpiryDateGets or sets the date when the tenant expires.
Public propertyExternalApplicationUriOverride Gets or sets an optional tenant-specific override value for the external application URI.
Public propertyIdGets the ID of the tenant.
Public propertyIsEnabledGets or sets a value indicating whether the tenant is enabled.
Public propertyLicenseSeatAllocation Gets an object specifying the allocation of license seats to the tenant.
Public propertyMembersGroupId Gets the ID of the group whose members are members of the tenant.
Public propertyName Gets or sets the name of the tenant.
Public propertyQuotas Gets a dictionary containing quotas for the tenant.
Public propertyTimeDimensionPropertyOverrides Gets a dictionary containing tenant-specific overrides for time dimension properties.
Public propertyWarehouseOverrides Gets the tenant-specific warehouse connection string overrides.
Public propertyWarningsGets a list of warnings associated with the tenant.
Top
Methods
 NameDescription
Public methodRemoveWarehouseOverride Removes the warehouse override for the specified scope and scope target.
Public methodSetWarehouseOverride Sets the warehouse override for the specified scope and scope target.
Top
See Also