Bases: troveclient.base.Resource
A database user.
Bases: troveclient.base.ManagerWithFind
Manage Users resources.
Change the password for one or more users.
Create users with permissions to the specified databases.
Delete an existing user in the specified instance.
Get a single User from the instance’s Database.
Return type: | User. |
---|
Allow an existing user permissions to access a database.
Get a list of all Users from the instance’s Database.
Return type: | list of User. |
---|
Show all databases the given user has access to.
alias of User
Revoke from an existing user access permissions to a database.
Update attributes of a single User in an instance.
Return type: | User. |
---|