> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-python/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-python/models/dbuser.md).

# DBUser

Credentials for the database user to be created.

## Properties

| Name         | Type    | Description                                                                                                                                                   | Notes |
| ------------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| **username** | **str** | The username for the initial PostgreSQL user. Some system usernames are restricted (e.g. \&quot;postgres\&quot;, \&quot;admin\&quot;, \&quot;standby\&quot;). |       |
| **password** | **str** |                                                                                                                                                               |       |
