Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class UserAndMetaData

    Inheritance
    object
    UserAndMetaData
    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 UserAndMetaData

    Constructors

    | Edit this page View Source

    UserAndMetaData(string)

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

    Properties

    | Edit this page View Source

    DisplayName

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

    Domain

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

    EffectiveRoles

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

    EffectiveRolesAndOrigins

    Declaration
    public IEnumerable<RoleAndOrigins> EffectiveRolesAndOrigins { get; }
    Property Value
    Type Description
    IEnumerable<RoleAndOrigins>
    | Edit this page View Source

    ExternalGroups

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

    Groups

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

    PasswordChanged

    Declaration
    public DateTimeOffset PasswordChanged { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    Username

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    User()

    Declaration
    public User User()
    Returns
    Type Description
    User
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.