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

# UserProperties

## Properties

| Name         | Type                                                           | Description | Notes       |
| ------------ | -------------------------------------------------------------- | ----------- | ----------- |
| **username** | **String**                                                     |             |             |
| **password** | **String**                                                     |             |             |
| **roles**    | [**Array\<UserRoles>**](/mongodb-sdk-ruby/models/userroles.md) |             | \[optional] |

## Example

```ruby
require 'ionoscloud-dbaas-mongo'

instance = IonoscloudDbaasMongo::UserProperties.new(
  username: null,
  password: null,
  roles: null
)
```
