vnx.User

Class

A User object represents an entity who can authenticate in order to operate with a special set of permissions.

Fields

string name

The name of the user as used to log in.

string hashed_password

A salted SHA-256 hash of the password.

vector<string> access_roles

user access roles

set<string> permissions

additional, user specific permissions