Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IUserProfile Interface
Properties

In This Topic
    IUserProfile Interface Members
    In This Topic

    The following tables list the members exposed by IUserProfile.

    Public Properties
     NameDescription
     PropertyThe timestamp of when the user was created  
     PropertyIndicates if the user account has been deleted.  
     PropertyThe email address used to communicate with the user.  
     PropertyThe unique key for this user  
     PropertyIndicates if the account has been approved and is now active.  
     PropertyIndicates if the account has been locked out due to having too many password failures in a row.  
     PropertyThe last time the user performed an authenticated action  
     PropertyOptional. The timestamp of the last time the account was locked out.  
     PropertyOptional. The timestamp of the last time the password was changed.  
     PropertyOptional. The timestamp of the last time the user failed to authenticate  
     PropertyThe number of unsuccessful authentication attempts since the last successful log in.  
     PropertyOptional, The name of the time zone the user has elected to view timestamps in. Overrides the repository default.  
     PropertyThe type of user - ranging from system to virtual.  
     PropertyIndicates if the user has requested HTML-formatted email when possible.  
     PropertyA display caption for the user - often their full name.  
     PropertyThe name used to authenticate to the system.  
    Top
    See Also