DatabaseCreate

avokka.arangodb.models.DatabaseCreate$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class User(username: String, passwd: Option[String], active: Boolean)

Value parameters

active

A flag indicating whether the user account should be activated or not. The default value is true. If set to false, the user won't be able to log into the database.

extra

A JSON object with extra user information. The data contained in extra will be stored for the user but not be interpreted further by ArangoDB.

passwd

The user password as a string. If not specified, it will default to an empty string.

username

Login name of the user to be created

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object User

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
User.type