AccountData Class | 
Namespace: Dundas.BI.WebApi.Models
The AccountData type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountData | 
            Initializes a new instance of the AccountData class.
              | 
| Name | Description | |
|---|---|---|
| AccountExpiryDate | Gets or sets the date when the account expires.  | |
| AccountType | 
            Gets the type of the account.
              | |
| ActiveTenantId | Gets the active tenant ID for the account.  | |
| AllowedIPAddresses | Gets or sets the allowed IP addresses.  | |
| CanChangePassword | 
            Gets or sets a value indicating whether the account holder is permitted
            to change their password.
              | |
| CreatedTime | 
            Gets the UTC time the account or group was created.
              | |
| CultureName | 
            Gets or sets the name of the culture associated with the account.
              | |
| CustomAttributes | 
            Gets the account or group's explicitly assigned custom attributes.
              | |
| DeniedApplicationPrivilegeIds | 
            Gets the IDs of standard privileges denied to the account or group.
              | |
| Description | 
            Gets or sets a description that may be associated with the account or group.
              | |
| DisplayName | 
            Gets or sets the display name of the account.
              | |
| EmailAddress | 
            Gets or sets the account's email address.
              | |
| FederatedAuthenticationProviderIds | 
            Gets a collection containing the IDs of any federated authentication providers that can be used
            in conjunction with the account.
              | |
| GrantedApplicationPrivilegeIds | 
            Gets the IDs of standard privileges granted to the account or group.
              | |
| Id | 
            Gets the unique identifier of the account or group.
              | |
| IsAccountExpired | 
            Gets a value indicating whether the account has expired.
              | |
| IsApiAccount | 
            Gets or sets a value indicating whether the account is an "API account".
              | |
| IsEnabled | 
            Gets or sets a value indicating whether the account is enabled.
              | |
| IsGlobal | 
            Gets or sets a value indicating whether the account is a global account.
              | |
| IsLocked | 
            Gets or sets a value indicating whether the account is locked.
              | |
| IsPasswordExpired | 
            Gets a value indicating whether the account's password has expired.
              | |
| IsSeatReserved | 
            Gets or sets a value indicating whether the account has a reserved seat.
              | |
| LastLogOnIpAddress | Gets the IP address where the user last logon.  | |
| LastLogOnTime | Gets the UTC time the account last logged on.  | |
| LogOnCount | 
            Gets the number of times this account has logged on.
              | |
| Name | Gets or sets the name of the account or group.  | |
| Password | 
            Gets or sets the password. This is only used for the client to transmit a new password
            to the server.
              | |
| PasswordExpiryDate | Gets or sets an explicit date when the account's password expires.  | |
| PasswordLastSetDate | 
            Gets the date (UTC) when the account's password was last set/changed.
              | |
| PasswordNeverExpires | 
            Gets or sets a value indicating whether the account's password should never expire.
              | |
| SeatKind | Gets or sets the kind of the seat used by the account or group.  | |
| SessionTimeout | Gets or sets the explicit session idle timeout for the account.  | |
| TenantId | 
            Gets or sets the ID of the tenant associated with the account/group.
              | |
| TenantIds | 
            Gets a collection containing the IDs of the tenant(s) associated with the account/group.
              | |
| TimeZone | 
            Gets or sets the value for the time zone.
              | |
| TrackLogOnHistory | 
            Gets or sets a value indicating whether log on history should be tracked for the account.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | |
| Warnings | Gets a list of warnings associated with the instance.  | 
| Name | Description | |
|---|---|---|
| FromDataContractMappings | 
            The mapping between AccountData and Account.
              | |
| ToDataContractMappings | 
            The mapping between Account and AccountData.
              |