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
/
User
/
User
User
constructor
(
username
:
String
,
displayName
:
String
=
""
,
@
SinceCouchbase
(
value
=
"6.5"
)
groups
:
Set
<
String
>
=
emptySet()
,
roles
:
Set
<
Role
>
=
emptySet()
,
password
:
String
?
=
null
)