kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.user
/
Group
Group
@
SinceCouchbase
(
value
=
"6.5"
)
class
Group
(
val
name
:
String
,
val
description
:
String
=
""
,
val
roles
:
Set
<
Role
>
=
emptySet()
,
val
ldapGroupReference
:
String
?
=
null
)
Members
Constructors
Group
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
=
""
,
roles
:
Set
<
Role
>
=
emptySet()
,
ldapGroupReference
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
ldap
Group
Reference
Link copied to clipboard
val
ldapGroupReference
:
String
?
name
Link copied to clipboard
val
name
:
String
roles
Link copied to clipboard
val
roles
:
Set
<
Role
>
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
,
description
:
String
=
this.description
,
roles
:
Set
<
Role
>
=
this.roles
,
ldapGroupReference
:
String
?
=
this.ldapGroupReference
)
:
Group
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String