Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 785 Bytes

DatabaseUser.md

File metadata and controls

14 lines (10 loc) · 785 Bytes

Org.OpenAPITools.Model.DatabaseUser

Managed Database user information.

Properties

Name Type Description Notes
Username string The username for the database user. [optional]
Password string The password for the database user. [optional]
Encryption string The password encryption for the database user (MySQL engine type only). * `Default (MySQL 8+)` * `Legacy (MySQL 5.x)` [optional]
AccessControl DatabaseUserAccessControl [optional]

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