Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class User

    Inheritance
    object
    User
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Management.Users
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class User

    Constructors

    | Edit this page View Source

    User(string)

    Declaration
    public User(string username)
    Parameters
    Type Name Description
    string username

    Properties

    | Edit this page View Source

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Domain

    Declaration
    public string Domain { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Groups

    Declaration
    public IEnumerable<string> Groups { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Password

    Declaration
    public string Password { set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Roles

    Declaration
    public IEnumerable<Role> Roles { get; set; }
    Property Value
    Type Description
    IEnumerable<Role>
    | Edit this page View Source

    Username

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.