Class UserAndMetaData
Inheritance
UserAndMetaData
Assembly: Couchbase.NetClient.dll
public class UserAndMetaData
Constructors
|
Edit this page
View Source
Declaration
public UserAndMetaData(string username)
Parameters
Type |
Name |
Description |
string |
username |
|
Properties
|
Edit this page
View Source
Declaration
public string DisplayName { get; }
Property Value
|
Edit this page
View Source
Domain
Declaration
public string Domain { get; }
Property Value
|
Edit this page
View Source
Declaration
public IEnumerable<Role> EffectiveRoles { get; }
Property Value
|
Edit this page
View Source
Declaration
public IEnumerable<RoleAndOrigins> EffectiveRolesAndOrigins { get; }
Property Value
|
Edit this page
View Source
Declaration
public IEnumerable<string> ExternalGroups { get; }
Property Value
|
Edit this page
View Source
Declaration
public IEnumerable<string> Groups { get; }
Property Value
|
Edit this page
View Source
Declaration
public DateTimeOffset PasswordChanged { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Username { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
Returns