Class UserCreateRequest
- Namespace
- JJConsulting.Infinity.Domain.Identity.Users
- Assembly
- JJConsulting.Infinity.Domain.dll
public class UserCreateRequest
Inheritance
-
Inherited Members
-
Properties
AccessOnlyBySso
public bool AccessOnlyBySso { get; set; }
Property Value
- bool
-
ConfirmPassword
public required string ConfirmPassword { get; set; }
Property Value
- string
-
Email
public required string Email { get; set; }
Property Value
- string
-
FirstName
public required string FirstName { get; set; }
Property Value
- string
-
LastName
public required string LastName { get; set; }
Property Value
- string
-
LegacyId
public string? LegacyId { get; set; }
Property Value
- string?
-
Password
public required string Password { get; set; }
Property Value
- string
-
PhoneNumber
public string? PhoneNumber { get; set; }
Property Value
- string?
-
Roles
public required string[] Roles { get; set; }
Property Value
- string[]
-
Status
public int? Status { get; set; }
Property Value
- int?
-
TermsAndConditionsAgreed
public bool TermsAndConditionsAgreed { get; set; }
Property Value
- bool
-
Username
public required string Username { get; set; }
Property Value
- string
-