Class CreateUserOption
CreateUserOption create user options
Inheritance
System.Object
CreateUserOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CreateUserOption
Properties
| Improve this Doc View SourceCreated_at
For explicitly setting the user creation timestamp. Useful when users are
migrated from other systems. When omitted, the user's creation timestamp
will be set to "now".
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Declaration
[Required(AllowEmptyStrings = true)]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Full_name
Declaration
public string Full_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Login_name
Declaration
public string Login_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Must_change_password
Declaration
public bool? Must_change_password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Password
Declaration
[Required(AllowEmptyStrings = true)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Restricted
Declaration
public bool? Restricted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Send_notify
Declaration
public bool? Send_notify { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Source_id
Declaration
public long? Source_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Username
Declaration
[Required(AllowEmptyStrings = true)]
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Visibility
Declaration
public string Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |