> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-nodejs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/postgres-sdk-nodejs/models/dbuser.md).

# DBUser

Credentials for the database user to be created.

## Properties

| Name         | Type       | Description                                                                                                               | Notes                   |
| ------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **username** | **string** | The username for the initial PostgreSQL user. Some system usernames are restricted (e.g. "postgres", "admin", "standby"). | \[default to undefined] |
| **password** | **string** |                                                                                                                           | \[default to undefined] |
