Skip to main content

AdminUserDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Dto for the creation of the initial admin user.

public class AdminUserDto

Inheritance ObjectAdminUserDto

Properties

EMail

The users email. This also serves as the username.

public string EMail { get; set; }

Property Value

String

Password

The login password for the user.

public string Password { get; set; }

Property Value

String

Constructors

AdminUserDto()

public AdminUserDto()