TenantData Class

Base data contract object for returning an Tenant through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTenantData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class TenantData : BaseDataContract

The TenantData type exposes the following members.

Constructors
 NameDescription
Public methodTenantData Initializes a new instance of the TenantData 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 value corresponding to ExpiryDate.
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 propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyWarehouseOverrides Gets the tenant-specific warehouse connection string overrides.
Public propertyWarningsGets a list of warnings associated with the tenant.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between TenantData and Tenant.
Public methodStatic memberToDataContractMappings The mapping between Tenant and TenantData.
Top
See Also