Click or drag to resize

PostUserBodyPasswd Property

The user password. If no password is specified, the empty string will be used. If you pass the special value ARANGODB_DEFAULT_ROOT_PASSWORD, then the password will be set the value stored in the environment variable ARANGODB_DEFAULT_ROOT_PASSWORD. This can be used to pass an instance variable into ArangoDB.

Namespace:  ArangoDBNetStandard.UserApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Passwd { get; set; }

Property Value

Type: String
See Also