| 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] |