Class CreateUser
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
- Inheritance
-
CreateUser
- Inherited Members
-
- Extension Methods
-
Constructors
CreateUser()
Properties
AccessGrantedToCmds
public bool AccessGrantedToCmds { get; set; }
Property Value
- bool
AccountCloaked
public DateTimeOffset? AccountCloaked { get; set; }
Property Value
- DateTimeOffset?
DefaultPassword
public string DefaultPassword { get; set; }
Property Value
- string
DefaultPasswordExpired
public DateTimeOffset? DefaultPasswordExpired { get; set; }
Property Value
- DateTimeOffset?
Email
public string Email { get; set; }
Property Value
- string
EmailAlternate
public string EmailAlternate { 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
Honorific
public string Honorific { get; set; }
Property Value
- string
ImageUrl
public string ImageUrl { get; set; }
Property Value
- string
Initials
public string Initials { get; set; }
Property Value
- string
LastName
public string LastName { get; set; }
Property Value
- string
LoginOrganizationCode
public string LoginOrganizationCode { get; set; }
Property Value
- string
MiddleName
public string MiddleName { get; set; }
Property Value
- string
MultiFactorAuthentication
public bool MultiFactorAuthentication { get; set; }
Property Value
- bool
MultiFactorAuthenticationCode
public string MultiFactorAuthenticationCode { get; set; }
Property Value
- string
OAuthProviderUserId
public string OAuthProviderUserId { get; set; }
Property Value
- string
OldUserPasswordHash
public string OldUserPasswordHash { get; set; }
Property Value
- string
PhoneMobile
public string PhoneMobile { get; set; }
Property Value
- string
PrimaryLoginMethod
public int? PrimaryLoginMethod { get; set; }
Property Value
- int?
SecondaryLoginMethod
public int? SecondaryLoginMethod { get; set; }
Property Value
- int?
SoundexFirstName
public string SoundexFirstName { get; set; }
Property Value
- string
SoundexLastName
public string SoundexLastName { get; set; }
Property Value
- string
TimeZone
public string TimeZone { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid
UserLicenseAccepted
public DateTimeOffset? UserLicenseAccepted { get; set; }
Property Value
- DateTimeOffset?
UserPasswordChangeRequested
public int? UserPasswordChangeRequested { get; set; }
Property Value
- int?
UserPasswordChanged
public DateTimeOffset? UserPasswordChanged { get; set; }
Property Value
- DateTimeOffset?
UserPasswordExpired
public DateTimeOffset UserPasswordExpired { get; set; }
Property Value
- DateTimeOffset
UserPasswordHash
public string UserPasswordHash { get; set; }
Property Value
- string
UtcArchived
public DateTimeOffset? UtcArchived { get; set; }
Property Value
- DateTimeOffset?
UtcUnarchived
public DateTimeOffset? UtcUnarchived { get; set; }
Property Value
- DateTimeOffset?