LogOnAccountPropertiesData Class

The data model class corresponding to LogOnAccountProperties.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogOnAccountPropertiesData

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 LogOnAccountPropertiesData

The LogOnAccountPropertiesData type exposes the following members.

Constructors
 NameDescription
Public methodLogOnAccountPropertiesDataInitializes a new instance of the LogOnAccountPropertiesData class
Top
Properties
 NameDescription
Public propertyCultureNameGets or sets the name of the culture associated with the account.
Public propertyCustomAttributesGets the account's explicitly assigned custom attributes.
Public propertyDisplayNameGets or sets the display name.
Public propertyEmailAddressGets or sets the email address.
Public propertyGrantedApplicationPrivilegeIdsGets the IDs of standard privileges granted to the account.
Public propertyGroupMembership Specifies the groups to which the account should belong. If not specified, the group membership will not be modified.
Public propertyIsGlobalGets or sets a value indicating whether the account is a global account.
Public propertyIsSeatReservedGets or sets a value indicating whether the account has a reserved seat.
Public propertyName Gets or sets the name of the account to create/update.
Public propertySeatKindGets or sets the seat kind.
Public propertyTenantIds Ensures that the user is a member of the specified tenants, and only the specified tenants. If not specified, the tenant membership will not be modified.
Public propertyTimeZoneIdGets or sets the time zone associated with the account.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between LogOnAccountPropertiesData and LogOnAccountProperties.
Top
See Also