Class User
Assembly: Couchbase.NetClient.dll
Syntax
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
|
Edit this page
View Source
Domain
Declaration
public string Domain { get; set; }
Property Value
|
Edit this page
View Source
Groups
Declaration
public IEnumerable<string> Groups { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { set; }
Property Value
|
Edit this page
View Source
Roles
Declaration
public IEnumerable<Role> Roles { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
public string Username { get; }
Property Value