Bases: keystoneclient.base.Resource
Represents a Keystone user
Bases: keystoneclient.base.ManagerWithFind
Manager class for manipulating Keystone users
Create a user.
Delete a user.
Get a list of users (optionally limited to a tenant)
Return type: | list of User |
---|
Update user data.
Supported arguments include name, email, and enabled.
Update enabled-ness
Update password
Update password
Update default tenant.