ExternalAccount Class

The base class for external (i.e. non-local) accounts.
Inheritance Hierarchy

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class ExternalAccount : Account

The ExternalAccount type exposes the following members.

Properties
  NameDescription
Public propertyAccountType
Gets the type of the account.
(Inherited from Account.)
Public propertyActiveTenantId
Gets the active tenant ID for the account.
(Inherited from Account.)
Public propertyAllowedIPAddresses
Gets or sets the allowed IP addresses.
(Inherited from MembershipBaseObject.)
Public propertyCreatedTime
Gets the UTC time the account or group was created.
(Inherited from MembershipBaseObject.)
Public propertyCulture
Gets or sets the culture associated with the account or group.
(Inherited from MembershipBaseObject.)
Public propertyCustomAttributes
Gets the account or group's explicitly assigned custom attributes.
(Inherited from MembershipBaseObject.)
Public propertyDeniedApplicationPrivilegeIds
Gets the IDs of standard privileges denied to the account or group.
(Inherited from MembershipBaseObject.)
Public propertyDescription
Gets or sets a description that may be associated with the account or group.
(Inherited from MembershipBaseObject.)
Public propertyDisplayName
Gets or sets the display name of the account.
(Inherited from Account.)
Public propertyEffectiveDisplayName
Gets the effective display name of the account.
(Inherited from Account.)
Public propertyEmailAddress
Gets or sets the account's email address.
(Inherited from Account.)
Public propertyFederatedAuthenticationProviderIds
Gets a collection containing the IDs of any federated authentication providers that can be used in conjunction with the account.
Public propertyGrantedApplicationPrivilegeIds
Gets the IDs of standard privileges granted to the account or group.
(Inherited from MembershipBaseObject.)
Public propertyId
Gets the unique identifier of the account or group.
(Inherited from MembershipBaseObject.)
Public propertyIsApiAccount
Gets or sets a value indicating whether the account is an "API account".
(Inherited from Account.)
Public propertyIsEnabled
Gets or sets a value indicating whether the account is enabled.
(Inherited from Account.)
Public propertyIsGlobal
Gets or sets a value indicating whether the account is a global account.
(Inherited from Account.)
Public propertyIsSeatReserved
Gets or sets a value indicating whether the account has a reserved seat.
(Inherited from Account.)
Public propertyLastLogOnIpAddress
Gets the IP address where the user last logon.
(Inherited from Account.)
Public propertyLastLogOnTime
Gets the UTC time the account last logged on.
(Inherited from Account.)
Public propertyLogOnCount
Gets the number of times this account has logged on.
(Inherited from Account.)
Public propertyName
Gets or sets the name of the account or group.
(Inherited from MembershipBaseObject.)
Public propertySeatKind
Gets or sets the kind of the seat used by the account or group.
(Inherited from MembershipBaseObject.)
Public propertySessionTimeout
Gets or sets the explicit session idle timeout for the account.
(Inherited from Account.)
Public propertySingleTenantId
Gets or sets the ID of the single tenant associated with the account/group.
(Inherited from MembershipBaseObject.)
Public propertyTenantId
Gets or sets the ID of the tenant associated with the account/group.
(Inherited from MembershipBaseObject.)
Public propertyTenantIds
Gets a collection containing the IDs of the tenant(s) associated with the account/group.
(Inherited from MembershipBaseObject.)
Public propertyTimeZone
Gets or sets the time zone associated with the account.
(Inherited from MembershipBaseObject.)
Public propertyTrackLogOnHistory
Gets or sets a value indicating whether log on history should be tracked for the account.
(Inherited from Account.)
Public propertyWarnings
Gets a list of warnings associated with the instance.
(Inherited from MembershipBaseObject.)
Top
Methods
  NameDescription
Public methodSetFederatedAuthenticationProviderIds
Sets the federated authentication provider IDs.
Top
See Also