Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class User

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

Constructors

View Source

User(string)

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

Properties

View Source

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string
View Source

Domain

Declaration
public string Domain { get; set; }
Property Value
Type Description
string
View Source

Groups

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

Password

Declaration
public string Password { set; }
Property Value
Type Description
string
View Source

Roles

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

Username

Declaration
public string Username { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.