TenantData Class

Base data contract object for returning an Tenant through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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 propertyAccountNamePattern
Gets or sets the account name pattern.
Public propertyAdministratorsGroupId
Gets the ID of the group whose members have administrative privileges for the tenant.
Public propertyCreatedTime
Gets the UTC time the tenant was created.
Public propertyDataConnectorPropertyOverrides
Gets a dictionary containing tenant-specific overrides for data connector properties.
Public propertyExternalApplicationUriOverride
Gets or sets an optional tenant-specific override value for the external application URI.
Public propertyId
Gets the ID of the tenant.
Public propertyIsEnabled
Gets 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 propertyWarnings
Gets a list of warnings associated with the instance.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TenantData and Tenant.
Public methodStatic memberToDataContractMappings
The mapping between Tenant and TenantData.
Top
See Also