Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class Group

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

Constructors

View Source

Group(string)

Declaration
public Group(string name)
Parameters
Type Name Description
string name

Properties

View Source

Description

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

LdapGroupReference

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

Name

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

Roles

Declaration
public IEnumerable<Role>? Roles { set; }
Property Value
Type Description
IEnumerable<Role>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.