TenantData Properties

The TenantData type exposes the following members.

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 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 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.)
Top
See Also