Class Group
Assembly: Couchbase.NetClient.dll
Syntax
Constructors
|
Edit this page
View Source
Group(string)
Declaration
public Group(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Description
Declaration
public string? Description { get; }
Property Value
|
Edit this page
View Source
LdapGroupReference
Declaration
public string? LdapGroupReference { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Roles
Declaration
public IEnumerable<Role>? Roles { set; }
Property Value