Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 907 Bytes

File metadata and controls

15 lines (12 loc) · 907 Bytes

# MySQLUser

Properties

Name Type Description Notes
db_id string [optional]
username string
access_hosts string[]
auth_plugin \OpenAPI\Client\Model\MySQLAuthPlugin
grants object Table names mapped to a list of privileges on that table. The wildcard "*" means the privileges are granted for all tables.
created_at string
is_ephemeral bool A flag which marks short-lived mysql accounts. If an account is created as ephemeral, it will be deleted few hours after it's been created. Throwaway accounts are useful for phpMyAdmin logins. [optional] [default to false]

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