User

avokka.arangodb.models.DatabaseCreate$.User
See theUser companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product