Table of Contents

Class User

Namespace
InSite.Domain.Foundations
Assembly
Shift.Sdk.dll
public class User
Inheritance
User
Inherited Members
Extension Methods

Constructors

User()

public User()

Properties

AccessGrantedToCmds

public bool AccessGrantedToCmds { get; set; }

Property Value

bool

ActiveOtpMode

public OtpModes ActiveOtpMode { get; set; }

Property Value

OtpModes

Email

public string Email { get; set; }

Property Value

string

EmailVerified

public string EmailVerified { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

IsCloaked

public bool IsCloaked { get; set; }

Property Value

bool

JobTitle

public string JobTitle { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

MultiFactorAuthentication

public bool MultiFactorAuthentication { get; set; }

Property Value

bool

PasswordExpiry

public DateTimeOffset? PasswordExpiry { get; set; }

Property Value

DateTimeOffset?

PasswordHash

public string PasswordHash { get; set; }

Property Value

string

PersonCode

public string PersonCode { get; set; }

Property Value

string

Phone

public string Phone { get; set; }

Property Value

string

TimeZone

public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

TimeZoneId

public string TimeZoneId { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; }

Property Value

Guid

UserLicenseAccepted

public DateTimeOffset? UserLicenseAccepted { get; set; }

Property Value

DateTimeOffset?