Search Results for

    Show / Hide Table of Contents

    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 Source

    Created_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>
    | Improve this Doc View Source

    Email

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Full_name

    Declaration
    public string Full_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Login_name

    Declaration
    public string Login_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Must_change_password

    Declaration
    public bool? Must_change_password { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Password

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Restricted

    Declaration
    public bool? Restricted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Send_notify

    Declaration
    public bool? Send_notify { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Source_id

    Declaration
    public long? Source_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Username

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Visibility

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH