Class SearchUserSessions
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class SearchUserSessions : Query<IEnumerable<UserSessionMatch>>, IQuery<IEnumerable<UserSessionMatch>>, IUserSessionCriteria
- Inheritance
-
SearchUserSessions
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
SearchUserSessions()
public SearchUserSessions()
Properties
AuthenticationErrorMessage
public string AuthenticationErrorMessage { get; set; }
Property Value
- string
AuthenticationErrorType
public string AuthenticationErrorType { get; set; }
Property Value
- string
AuthenticationSource
public string AuthenticationSource { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
SessionCode
public string SessionCode { get; set; }
Property Value
- string
SessionIsAuthenticated
public bool? SessionIsAuthenticated { get; set; }
Property Value
- bool?
SessionMinutes
public int? SessionMinutes { get; set; }
Property Value
- int?
SessionStarted
public DateTimeOffset? SessionStarted { get; set; }
Property Value
- DateTimeOffset?
SessionStopped
public DateTimeOffset? SessionStopped { get; set; }
Property Value
- DateTimeOffset?
UserAgent
public string UserAgent { get; set; }
Property Value
- string
UserBrowser
public string UserBrowser { get; set; }
Property Value
- string
UserBrowserVersion
public string UserBrowserVersion { get; set; }
Property Value
- string
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserHostAddress
public string UserHostAddress { get; set; }
Property Value
- string
UserIdentifier
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?
UserLanguage
public string UserLanguage { get; set; }
Property Value
- string