Type alias UserAccessLevelOptions

UserAccessLevelOptions: {
    collection?: ArangoCollection | string;
    database?: Database | string;
}

Options for accessing or manipulating access levels.

Type declaration

  • Optional collection?: ArangoCollection | string

    The collection to access or manipulate the access level of.

  • Optional database?: Database | string

    The database to access or manipulate the access level of.

    If collection is an ArangoCollection, this option defaults to the database the collection is contained in. Otherwise this option defaults to the current database.

Generated using TypeDoc