Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class UserAndMetaData

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

Constructors

View Source

UserAndMetaData(string)

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

Properties

View Source

DisplayName

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

Domain

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

EffectiveRoles

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

EffectiveRolesAndOrigins

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

ExternalGroups

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

Groups

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

PasswordChanged

Declaration
public DateTimeOffset PasswordChanged { get; }
Property Value
Type Description
DateTimeOffset
View Source

Username

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

Methods

View Source

User()

Declaration
public User User()
Returns
Type Description
User
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.