databaseRoles property

List<String>? databaseRoles
getter/setter pair

List of database roles this user has.

The database role strings are subject to the PostgreSQL naming conventions.

Optional.

Implementation

core.List<core.String>? databaseRoles;