Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 740 Bytes

CreateDatabaseUserRequest.md

File metadata and controls

12 lines (8 loc) · 740 Bytes

Org.OpenAPITools.Model.CreateDatabaseUserRequest

Properties

Name Type Description Notes
Username string The username of the database user.
Password string The password for the database user. This can be omitted to auto-generate a secure password. [optional]
Encryption string The password encryption type for the database user (MySQL engine type only). * `caching_sha2_password` (default if omitted) * `mysql_native_password` [optional]

[Back to Model list] [Back to API list] [Back to README]